/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
if_hippi.h | 86 __u8 start_d2_burst_boundary:1; /* must be zero */ 87 __u8 reserved:6; /* must be zero */ 91 __u16 d2_offset:3; /* must be zero */ 94 __u8 reserved:6; /* must be zero */ 95 __u8 start_d2_burst_boundary:1; /* must be zero */ 98 __u16 d2_offset:3; /* must be zero */ 100 __u16 reserved1:5; /* must be zero */ 147 __u8 oui[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_hippi.h | 86 __u8 start_d2_burst_boundary:1; /* must be zero */ 87 __u8 reserved:6; /* must be zero */ 91 __u16 d2_offset:3; /* must be zero */ 94 __u8 reserved:6; /* must be zero */ 95 __u8 start_d2_burst_boundary:1; /* must be zero */ 98 __u16 d2_offset:3; /* must be zero */ 100 __u16 reserved1:5; /* must be zero */ 147 __u8 oui[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
ucnhash.h | 18 /* Get name for a given character code. Returns non-zero if 19 success, zero if not. Does not set Python exceptions.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
ucnhash.h | 18 /* Get name for a given character code. Returns non-zero if 19 success, zero if not. Does not set Python exceptions.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECConstants.java | 7 public static final BigInteger ZERO = BigInteger.valueOf(0);
|
/external/chromium_org/chrome/browser/resources/predictors/ |
autocomplete_action_predictor.html | 4 Filter zero confidences
|
/external/chromium_org/courgette/ |
types_win_pe.h | 24 uint32 pointer_to_relocations; // Always zero in an image. 25 uint32 pointer_to_line_numbers; // Always zero in an image. 26 uint16 number_of_relocations; // Always zero in an image. 27 uint16 number_of_line_numbers; // Always zero in an image.
|
/external/chromium_org/net/quic/crypto/ |
crypto_server_config_protobuf.cc | 13 : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()),
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
ZeroPole.h | 36 // ZeroPole is a simple filter with one zero and one pole. 53 void setZero(float zero) { m_zero = zero; } 56 float zero() const { return m_zero; } function in class:WebCore::ZeroPole
|
/external/chromium_org/third_party/icu/source/config/ |
icu-config-top | 15 ## Zero out prefix.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_frag.c | 86 return COMBINER_SOURCE(ZERO); 147 return COMBINER_SOURCE(ZERO) | 153 return COMBINER_SOURCE(ZERO) | 189 INPUT_SRC(rc, 1, ZERO, INVERT); 190 INPUT_SRC(rc, 2, ZERO, 0); 191 INPUT_SRC(rc, 3, ZERO, 0); 198 INPUT_SRC(rc, 2, ZERO, 0); 199 INPUT_SRC(rc, 3, ZERO, 0); 212 INPUT_SRC(rc, 1, ZERO, INVERT); 214 INPUT_SRC(rc, 3, ZERO, INVERT) [all...] |
/external/chromium_org/ui/base/cocoa/ |
window_size_constants.h | 14 // It is not valid to make a zero-sized window. Use this constant instead.
|
/external/chromium_org/v8/src/ |
compiler-intrinsics.h | 13 // Returns number of zero bits preceding least significant 1 bit. 14 // Undefined for zero value. 17 // Returns number of zero bits following most significant 1 bit. 18 // Undefined for zero value.
|
/external/clang/test/Sema/ |
bitfield-layout.c | 7 // Zero-width bit-fields 12 // Zero-width bit-fields with packed 17 // Zero-width bit-fields at the end of packed struct 22 // For comparison, non-zero-width bit-fields at the end of packed struct
|
/external/e2fsprogs/tests/f_ext_zero_len/ |
expect.1 | 2 Inode 12 has zero length extent
|
/external/e2fsprogs/tests/f_file_acl_high/ |
expect.1 | 3 i_file_acl_hi for inode 12 (/motd) is 2, should be zero.
|
/external/eigen/doc/snippets/ |
MatrixBase_part.cpp | 5 Matrix3d m = Matrix3d::Zero();
|
/external/iptables/extensions/ |
libip6t_ah.man | 10 Matches if the reserved field is filled with zero.
|
/external/jemalloc/android/test/ |
run_unit.sh | 24 $test_dir/zero
|
/external/jemalloc/include/jemalloc/internal/ |
chunk_dss.h | 26 void *chunk_alloc_dss(size_t size, size_t alignment, bool *zero);
|
/external/libcxx/test/containers/sequences/dynarray/dynarray.zero/ |
default.pass.cpp | 10 // dynarray.zero 12 // dynarray shall provide support for the special case of construction with a size of zero. 13 // In the case that the size is zero, begin() == end() == unique value. 15 // The effect of calling front() or back() for a zero-sized dynarray is undefined.
|
/external/llvm/test/CodeGen/Mips/ |
constantfp0.ll | 5 ; CHECK: mtc1 $zero, $f[[R0:[0-9]+]]
|
/external/llvm/test/CodeGen/SystemZ/ |
args-05.ll | 5 ; Zero extension of something that is already zero-extended. 27 ; Sign extension of something that is already zero-extended. 38 ; Zero extension of something that is already sign-extended.
|
/external/llvm/test/MC/COFF/ |
seh-stackalloc-zero.s | 3 // CHECK: Allocation size must be non-zero!
|
/external/llvm/test/MC/ELF/ARM/ |
bss-non-zero-value.s | 3 // CHECK: non-zero initializer found in section '.bss'
|