/external/icu/icu4c/source/tools/toolutil/ |
package.h | 70 * The header and item name strings are swapped into this object, 78 * The item names are swapped and sorted in the outCharset rather than the local one. 79 * Also, the items themselves are swapped in-place
|
pkgitems.cpp | 61 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} 62 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { 66 delete [] swapped; 101 swapped=new uint8_t[pItem->length]; 102 if(swapped==NULL) { 106 swap(ds, pItem->data, pItem->length, swapped, &errorCode); 107 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode); 108 bytes=swapped+itemHeaderLength; 117 uint8_t *swapped; member in class:NativeItem
|
/external/llvm/include/llvm/Support/ |
SwapByteOrder.h | 26 /// SwapByteOrder_16 - This function returns a byte-swapped representation of 40 /// SwapByteOrder_32 - This function returns a byte-swapped representation of 56 /// SwapByteOrder_64 - This function returns a byte-swapped representation of
|
/external/llvm/test/CodeGen/PowerPC/ |
swaps-le-2.ll | 67 ; which becomes (10+8)%16 = 2 (LE swapped). 70 ; which becomes (1+4)%8 = 5 (LE swapped). 73 ; which becomes (2+2)%4 = 0 (LE swapped).
|
/external/libpcap/ |
sf-pcap-ng.c | 265 if (p->swapped) { 372 if (p->swapped) { 507 if (p->swapped) 654 int swapped = 0; local 733 swapped = 1; 759 p->swapped = swapped; 823 if (p->swapped) { 879 if (p->swapped) { 988 if (p->swapped) { [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
decode.c | 58 uint16_t swapped[NO_OF_WORDS_30MS]; local 72 WebRtcIlbcfix_SwapBytes(bytes, iLBCdec_inst->no_of_words, swapped); 73 last_bit = WebRtcIlbcfix_UnpackBits(swapped, iLBCbits_inst, iLBCdec_inst->mode);
|
/bionic/libc/include/netinet/ |
in_systm.h | 46 * swapped so that VAX instructions will work on them. It reverses
|
/dalvik/libdex/ |
CmdUtils.h | 18 * the DEX file has been rewritten (byte-swapped, word-aligned) and that
|
/development/ndk/platforms/android-21/include/netinet/ |
in_systm.h | 46 * swapped so that VAX instructions will work on them. It reverses
|
/development/ndk/platforms/android-3/include/netinet/ |
in_systm.h | 46 * swapped so that VAX instructions will work on them. It reverses
|
/external/iptables/extensions/ |
libxt_tcp.man | 10 If the first port is greater than the second one they will be swapped.
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
siginfo.h | 33 /* We can't use generic siginfo_t, because our si_code and si_errno are swapped */
|
/external/kernel-headers/original/uapi/linux/ |
shm.h | 74 __kernel_ulong_t shm_swp; /* total swapped shm */
|
/external/libchrome/base/ |
sys_byteorder.h | 20 // Returns a value with all bytes in |x| swapped, i.e. reverses the endianness.
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 428 boolean swapped; local 431 swapped = FALSE; 438 swapped = TRUE; 443 while (swapped);
|
/external/v8/test/mjsunit/ |
tail-call-intrinsic.js | 42 // Ensure swapped 2 parameters trigger a tail call and do the appropriate
|
/external/webrtc/webrtc/modules/desktop_capture/ |
screen_capture_frame_queue.h | 26 // 'previous' frame - the predecessor of the current frame swapped by
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
VideoTrackDecoder.java | 84 * @return if the frame dimension needs to be swapped,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/ |
hlist.h | 5 * http://swapped.cc/halloc
|
/libcore/luni/src/main/native/ |
libcore_io_Memory.cpp | 115 // - For swapped access, we use GetXArrayElements and our own copy-and-swap routines. 119 // swapped case might need to be revisited. 168 // - For swapped access, we use GetXArrayElements and our own copy-and-swap routines. 172 // swapped case might need to be revisited.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
vtimes.h | 52 /* Number of times a process was swapped out of physical memory. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
vtimes.h | 52 /* Number of times a process was swapped out of physical memory. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
vtimes.h | 52 /* Number of times a process was swapped out of physical memory. */
|
/prebuilts/go/darwin-x86/test/ |
recover1.go | 127 // Like test6, but swapped defer order.
|
/prebuilts/go/linux-x86/test/ |
recover1.go | 127 // Like test6, but swapped defer order.
|