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

1 2 3 4

  /external/stlport/test/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
BlenderInputStream.java 61 private char endianess; field in class:BlenderInputStream
189 endianess = (char) this.readByte();
190 if (endianess != 'v' && endianess != 'V') {
191 throw new BlenderFileException("Unknown endianess value! 'v' or 'V' expected and found: " + endianess);
238 if (endianess == 'v') {
254 if (endianess == 'v') {
278 if (endianess == 'v') {
  /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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
magic.h 10 #define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
cramfs_fs.h 7 #define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
  /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. */
  /external/bluetooth/bluez/sbc/
sbc.h 63 /* Data endianess */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 7 #define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 7 #define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
  /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. */
258 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
662 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
730 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
734 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */
872 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
  /external/llvm/lib/Archive/
ArchiveInternals.h 40 /// regardless of the endianess of the machine that produced it.
  /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...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 126 /// Determine endianess of the input stream and install the
139 // What endianess is the machine we are running on? If the incoming
140 // encoding endianess is the same as this machine's natural byte order
  /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.
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 198 * in host endianess.
203 * and the port in host endianess.
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 23 "Endianess: "
  /external/elfutils/libasm/
asm_begin.c 98 /* Use the machine, class, and endianess values from the Ebl descriptor. */
  /external/elfutils/libelf/
common.h 157 /* Macro to convert endianess in place. It determines the function it
  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 55 // ELF Endianess
  /frameworks/compile/slang/
slang_rs_type_spec.h 111 // FIXME: handle big-endianess case

Completed in 1317 milliseconds

1 2 3 4