/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
if_link.h | 302 __be16 high; member in struct:ifla_vxlan_port_range
|
/toolchain/binutils/binutils-2.25/libiberty/ |
hashtab.c | 28 grows too high the hash table will be expanded. 176 unsigned int high = sizeof(prime_tab) / sizeof(prime_tab[0]); local 178 while (low != high) 180 unsigned int mid = low + (high - low) / 2; 184 high = mid; 858 high bits or all three low bits, whether the original value of a,b,c
|
/external/llvm/lib/Support/ |
APInt.cpp | 103 // Make sure unused high bits are cleared 293 // Split y into high 32-bit part (hy) and low 32-bit part (ly) 299 // Split x into high and low words 458 // 0^0==1 so clear the high bits in case they got set. 683 /// This function returns the high "numBits" bits of this APInt. 907 // extract the high 52 bits from the correct words in pVal. [all...] |
/external/selinux/libsepol/cil/src/ |
cil.c | 223 CIL_KEY_HIGH = cil_strpool_add("high"); 224 CIL_KEY_LOW_HIGH = cil_strpool_add("low-high"); [all...] |
/external/selinux/libsemanage/src/ |
pywrap-test.py | 204 high = semanage.semanage_port_get_high(port) 208 if low == high: 211 range_str = str(low) + "-" + str(high) 513 high = semanage.semanage_port_get_high(port) 514 if self.verbose: print "SEPort range set: ", low, "-", high [all...] |
/external/v8/src/js/ |
array.js | 481 var low, high; 484 high = j; 491 high = len - i - 1; 496 var current_j = array[high]; 497 if (!IS_UNDEFINED(current_j) || high in array) { 499 array[high] = current_i; 501 array[high] = current_i; 505 var current_j = array[high]; 506 if (!IS_UNDEFINED(current_j) || high in array) { 508 delete array[high]; [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-d10v.c | 113 int middle, low, high; local 117 high = d10v_reg_name_cnt () - 1; 121 middle = (low + high) / 2; 124 high = middle - 1; 130 while (low <= high); [all...] |
tc-i370.c | 217 int middle, low, high; 221 high = regcount - 1; 225 middle = (low + high) / 2; 228 high = middle - 1; 234 while (low <= high); 215 int middle, low, high; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 197 pand xmm2, xmm4 ; high var mask (hvm)(p1 - q1) 248 pandn xmm4, xmm5 ; high edge variance additive 310 ; calculate breakout conditions and high edge variance 362 ; calculate breakout conditions and high edge variance 584 ; calculate breakout conditions and high edge variance 634 ; calculate breakout conditions and high edge variance [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 197 pand xmm2, xmm4 ; high var mask (hvm)(p1 - q1) 248 pandn xmm4, xmm5 ; high edge variance additive 310 ; calculate breakout conditions and high edge variance 362 ; calculate breakout conditions and high edge variance 584 ; calculate breakout conditions and high edge variance 634 ; calculate breakout conditions and high edge variance [all...] |
/art/compiler/optimizing/ |
code_generator_mips.cc | 592 // then swap the high 32 bits of the same FPR. mtc1 makes the high 32 bits of an FPR 1275 uint32_t high = High32Bits(value); local 1296 uint32_t high = High32Bits(value); local 1317 uint32_t high = High32Bits(value); local 1343 int32_t high = High32Bits(value); local [all...] |
code_generator_x86.cc | 3768 Register high = loc.AsRegisterPairHigh<Register>(); local 3807 Register high = loc.AsRegisterPairHigh<Register>(); local 3839 Register high = loc.AsRegisterPairHigh<Register>(); local 5738 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), high); local 5765 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), high); local [all...] |
/external/valgrind/callgrind/ |
callgrind_annotate.in | [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
wrstabs.c | 991 stab_range_type (void *p, bfd_signed_vma low, bfd_signed_vma high) 1003 sprintf (buf, "r%s;%ld;%ld;", s, (long) low, (long) high); 1017 stab_array_type (void *p, bfd_signed_vma low, bfd_signed_vma high, 1052 range, (long) low, (long) high, element); 1056 if (high < low) 1059 size = element_size * ((high - low) + 1); [all...] |
/external/libevent/ |
bufferevent_sock.c | 146 * If we have a high watermark configured then we don't want to 149 if (bufev->wm_read.high != 0) { 150 howmuch = bufev->wm_read.high - evbuffer_get_length(input);
|