您要查找的是不是:
- This means that UTF-16 data can be treated in a way that is independent of the byte ordering on different computers (little endian versus big endian). 这意味着可以通过独立于不同计算机上的字节顺序的方式处理UTF-16数据(little endian对big endian)。
- Show endian Display GDB's current idea of the target byte order. 显示当前目标字节序的配置。
- Intel processors (those used in PC's) use "Little Endian" byte order. 英特尔处理器(普通个人电脑使用此类处理器)使用低字节优先(小端)的编码。
- Big endian machine: It thinks the first byte it reads is the biggest. 大尾端机器:认为其读的第一个字节为最大的那位上的数。
- Big endian machines store the most significant byte first (at the lower address). 在最小结束机器,最不重要位元组排在最重要位元组之前。
- Big endian means that the most significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field. 大端字节意味着任意多字节数据字段的高位字节存储于低的内存地址中。低内存地址也是大字段的地址。
- The Java Virtual Machine is big endian as well. Java虚拟机也是大端字节序。
- Generate "big endian" format output. 生成“大端”格式输出。
- In Big Endian format, the most significant byte of a word is stored at the lowest numbered byte and the least significant byte at the highest numbered byte. 在大尾格式下,一个字中最大的有效字节被存放在最低编号的字节上,最小的有效字节在最高编号的字节上。
- In "Big Endian" form, by having the high-order byte come first, you can always test whether the number is positive or negative by looking at the byte at offset zero. 对于高字节优先的编码格式而言,由于先得到数据的高位,你可以通过检测符号位而得知它是正数还是负数,既不需要知道这个数据有多少位,也不需要跳过低位数据来查找包含符号位字节。
- Converts a long value from host byte order to network byte order. 将长值由主机字节顺序转换为网络字节顺序。
- Converts a long value from network byte order to host byte order. 将长值由网络字节顺序转换为主机字节顺序。
- The two orders are called "Little Endian" and "Big Endian". 有两种编码方式,它们被称为低字节优先(小端)和高字节优先(大端)。
- Converts a number from network byte order to host byte order. 将数字由网络字节顺序转换为主机字节顺序。
- Converts a short value from host byte order to network byte order. 将短值由主机字节顺序转换为网络字节顺序。
- Converts a short value from network byte order to host byte order. 将短值由网络字节顺序转换为主机字节顺序。
- Converts a value from host byte order to network byte order. 将值由主机字节顺序转换为网络字节顺序。
- All processors must be designated as either big endian or little endian. 任何处理器都必须设计成要么是大端字节序,或者要么小端字节序。
- Instruct GDB to use the byte order associated with the executable. 告知GDB,使用可执行程式中的位元组序。
- Sun's SPARC, Motorola's 68K, and the PowerPC families are all big endian. Sun的SPARC,Motorola的68K,以及PowerPC家族等都是大端字节序。