/external/grub/netboot/ |
timer.h | 1 /* Defines for routines to implement a low-overhead timer for drivers */
|
/external/icu4c/common/ |
uset_imp.h | 43 * Interface for adding items to a USet, to keep low-level code from
|
/external/kernel-headers/original/asm-x86/ |
hw_irq_32.h | 23 * Various low-level irq details needed by irq.c, process.c,
|
paravirt.h | 99 int entrynum, u32 low, u32 high); 101 int entrynum, u32 low, u32 high); 103 int entrynum, u32 low, u32 high); 362 * in low,high order. 564 static inline int paravirt_write_msr(unsigned msr, unsigned low, unsigned high) 566 return PVOP_CALL3(int, pv_cpu_ops.write_msr, msr, low, high); 603 #define rdtscl(low) do { \ 605 low = (int)_l; \ 623 #define rdpmc(counter,low,high) do { \ 625 low = (u32)_l; [all...] |
/external/kernel-headers/original/linux/ |
thread_info.h | 1 /* thread_info.h: common low-level thread information accessors
|
dccp.h | 18 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x 50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet 52 * @dccph_seq_low - low 24 bits of a 48 bit seq packet 71 * @dccph_resp_ack_nr_low - 48 bit ack number low order bits, contains GSR 82 * @dccph_resp_ack_nr_low - 48 bit ack number low order bits, contains GSR 425 * @dccps_swl - sequence number window low 427 * @dccps_awl - acknowledgement number window low
|
ipmi_smi.h | 47 /* Structure for the low-level drivers. */ 85 /* The low-level interface cannot start sending messages to 166 /* Add a low-level interface to the IPMI driver. Note that if the 168 The low-level interface should not deliver any messages to the 179 * Remove a low-level interface from the IPMI driver. This will
|
/external/openssl/crypto/rand/ |
rand_os2.c | 71 ULONG ulTimeLow; /* Low 32 bits of time stamp */ 73 ULONG ulIdleLow; /* Low 32 bits of idle time */ 75 ULONG ulBusyLow; /* Low 32 bits of busy time */ 77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
|
/external/qemu/ |
gen-icount.h | 28 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUState, icount_decr.u16.low));
|
/external/zlib/contrib/masmx64/ |
readme.txt | 28 http://www.microsoft.com/whdc/devtools/ddk/default.mspx for low price)
|
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 211 int high = start + len, low = start - 1, guess; local 213 while (high - low > 1) { 214 guess = (high + low) / 2; 217 low = guess;
|
SparseIntArray.java | 217 int high = start + len, low = start - 1, guess; local 219 while (high - low > 1) { 220 guess = (high + low) / 2; 223 low = guess;
|
/frameworks/base/libs/ui/ |
KeyCharacterMap.cpp | 138 int low = 0; local 142 while (low <= high) { 143 mid = (low + high) / 2; 148 low = mid + 1;
|
/frameworks/base/tests/CoreTests/android/core/ |
LowLevelNetRunner.java | 20 * Provides synchronization handling for low level Request API tests
|
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/ndk/build/platforms/android-5/arch-x86/usr/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/ndk/build/platforms/android-8/arch-arm/usr/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/ndk/build/platforms/android-8/arch-x86/usr/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
IDensityBasedResourceValue.java | 27 LOW(120),
|
/system/extras/libpagemap/ |
pm_process.c | 95 unsigned long low, unsigned long high, 102 if (!proc || (low >= high) || !range_out || !len) 105 firstpage = low / proc->ker->pagesize; 106 numpages = (high - low) / proc->ker->pagesize;
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
sad_mb_offset.h | 66 x5 = x5 + x10; /* accumulate low bytes */ 69 x5 = x5 + x11; /* accumulate low bytes */ 92 x5 = x5 + x10; /* accumulate low bytes */ 95 x5 = x5 + x11; /* accumulate low bytes */ 100 x10 = x5 - (x4 << 8); /* extract low bytes */ 195 x10 = x5 - (x4 << 8); /* extract low bytes */ 288 x10 = x5 - (x4 << 8); /* extract low bytes */
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
sad_mb_offset.h | 71 x5 = x5 + x10; /* accumulate low bytes */ 74 x5 = x5 + x11; /* accumulate low bytes */ 97 x5 = x5 + x10; /* accumulate low bytes */ 100 x5 = x5 + x11; /* accumulate low bytes */ 105 x10 = x5 - (x4 << 8); /* extract low bytes */ 201 x10 = x5 - (x4 << 8); /* extract low bytes */ 294 x10 = x5 - (x4 << 8); /* extract low bytes */
|
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_util_NumberConvert.c | 96 int high, low, i; local 229 low = compareHighPrecision (R, RLength, mminus, mminus_Length) <= 0; 238 if (low || high) 255 if (low && !high) 257 else if (high && !low)
|