HomeSort by relevance Sort by last modified time
    Searched full:endianess (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/stlport/test/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/sources/android/stlport/test/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /external/expat/conftools/
ac_c_bigendian_cross.m4 3 dnl Check endianess even when crosscompiling
8 dnl different for different endianess of the binary.
79 AC_MSG_ERROR(unknown endianess - sorry, please pre-set ac_cv_c_bigendian)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cfg.h 51 /* Controls endianess and size of registers. Leave uncommented to get platform neutral [slower] code
124 #error You must specify a word size as well as endianess in tomcrypt_cfg.h
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlServ.c 81 SET_WLAN_WORD(&pHeader->qosControl, 0); /* We are using user priority 0 (BE) so no need for shift and endianess */
94 COPY_WLAN_WORD(&pHeader->fc, &fc); /* copy with endianess handling. */
178 COPY_WLAN_WORD (&pDot11Header->fc, &headerFlags); /* copy with endianess handling. */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrlServ.c 81 SET_WLAN_WORD(&pHeader->qosControl, 0); /* We are using user priority 0 (BE) so no need for shift and endianess */
94 COPY_WLAN_WORD(&pHeader->fc, &fc); /* copy with endianess handling. */
178 COPY_WLAN_WORD (&pDot11Header->fc, &headerFlags); /* copy with endianess handling. */
  /external/bluetooth/bluez/sbc/
sbc.h 63 /* Data endianess */
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 350 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
423 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
623 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
635 COPY_WLAN_WORD (&uBarControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
664 COPY_WLAN_WORD (&uBaStartingSequenceControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
713 COPY_WLAN_WORD(&uBAParameterField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
756 COPY_WLAN_WORD (&uStartingSequenceNumber, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
768 COPY_WLAN_WORD(&uBAParameterField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 108 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
158 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
256 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
658 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
726 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
730 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */
868 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
mlmeBuilder.c 190 COPY_WLAN_WORD(pFctrl, &fc); /* copy with endianess handling. */
  /external/elfutils/libelf/
common.h 119 /* Macro to convert endianess in place. It determines the function it
elf32_checksum.c 98 we get with 'elf'getdata' might be changed for endianess
  /external/qemu/docs/
AUDIO.TXT 13 Each voice can have its own settings in terms of sample size, endianess, rate, etc...
85 properties (frequency, size, endianess).
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
462 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
773 COPY_WLAN_WORD (&uBarControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 108 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
162 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
260 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
635 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
703 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
707 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */
mlmeBuilder.c 190 COPY_WLAN_WORD(pFctrl, &fc); /* copy with endianess handling. */
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 299 # check endianess of the host platform
336 sdl_check_endianess ENDIANESS
337 config_add "#define SDL_BYTEORDER $ENDIANESS"
  /external/qemu/
sockets.h 190 * in host endianess.
195 * and the port in host endianess.
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 23 "Endianess: "
  /external/chromium/third_party/icu/source/common/
ucnv_u32.c 485 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
980 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
    [all...]
  /external/icu4c/common/
ucnv_u32.c 485 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
980 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
    [all...]
  /external/stlport/stlport/stl/
_limits.c 151 * computation of infinity and NaN values is only based on big/little endianess, compiler
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.c 149 * little-endian format whatever the endianess of your CPU.
  /ndk/sources/android/stlport/stlport/stl/
_limits.c 151 * computation of infinity and NaN values is only based on big/little endianess, compiler
  /external/blktrace/
blkiomon.c 476 fprintf(stderr, "blkiomon: endianess problem\n");
480 /* endianess */

Completed in 3383 milliseconds

1 2 3