Searched defs:value (Results 26 - 50 of 142) sorted by relevance

123456

/bionic/linker/tests/
H A Dlinker_block_allocator_test.cpp43 ssize_t value; member in struct:__anon2275::test_struct_nominal
75 ptr1->value = 42;
/bionic/benchmarks/
H A Dproperty_benchmark.cpp81 // the value from the possible values.
88 // Make sure the value contains at least 1 character.
144 char value[PROP_VALUE_MAX]; local
145 __system_property_get(pa.names[random() % nprops], value);
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_u32.h44 struct xt_u32_value_element value[XT_U32_MAXSIZE + 1]; member in struct:xt_u32_test
/bionic/libc/kernel/uapi/linux/
H A Dphantom.h25 __u32 value; member in struct:phm_reg
H A Dvirtio_console.h42 __virtio16 value; member in struct:virtio_console_control
H A Duvcvideo.h44 __u32 value; member in struct:uvc_menu_info
H A Dvirtio_input.h69 __le32 value; member in struct:virtio_input_event
H A Djoystick.h31 __s16 value; member in struct:js_event
/bionic/libc/malloc_debug/
H A DDebugData.h57 uintptr_t value = reinterpret_cast<uintptr_t>(header); local
58 return reinterpret_cast<void*>(value + pointer_offset_);
62 uintptr_t value = reinterpret_cast<uintptr_t>(pointer); local
63 return reinterpret_cast<Header*>(value - pointer_offset_);
67 uintptr_t value = reinterpret_cast<uintptr_t>(header); local
68 return reinterpret_cast<BacktraceHeader*>(value + backtrace->alloc_offset());
72 uintptr_t value = reinterpret_cast<uintptr_t>(header); local
73 return reinterpret_cast<uint8_t*>(value + front_guard->offset());
77 uintptr_t value = reinterpret_cast<uintptr_t>(GetPointer(header)); local
78 return reinterpret_cast<uint8_t*>(value
[all...]
H A Dbacktrace.cpp102 uint16_t value = (*reinterpret_cast<uint16_t*>(ip - 2)) >> 11; local
103 if (value == 0x1f || value == 0x1e || value == 0x1d) {
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c27 double value; member in union:__anon1124
41 double value; member in union:__anon1126
56 ew_u.value = (d); \
66 gh_u.value = (d); \
75 sh_u.value = (d); \
77 (d) = sh_u.value; \
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_u32.h44 struct xt_u32_value_element value[XT_U32_MAXSIZE + 1]; member in struct:xt_u32_test
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dphantom.h25 __u32 value; member in struct:phm_reg
H A Dvirtio_console.h42 __virtio16 value; member in struct:virtio_console_control
H A Duvcvideo.h44 __u32 value; member in struct:uvc_menu_info
H A Dvirtio_input.h69 __le32 value; member in struct:virtio_input_event
/bionic/tests/
H A Dsetjmp_test.cpp23 int value; local
25 if ((value = setjmp(jb)) == 0) {
29 ASSERT_EQ(123, value);
34 int value; local
36 if ((value = _setjmp(jb)) == 0) {
40 ASSERT_EQ(456, value);
45 int value; local
47 if ((value = sigsetjmp(jb, 0)) == 0) {
51 ASSERT_EQ(789, value);
56 int value; local
203 int value; local
232 int value = setjmp(jb); local
253 int value = setjmp(jb); local
[all...]
H A Dstdlib_test.cpp227 char* value = getenv("ENVIRONMENT_VARIABLE"); local
228 if (value == NULL) {
229 setenv("ENVIRONMENT_VARIABLE", "value", 1);
364 // This value has been known to cause javac and java to infinite loop.
582 char* value = nullptr; local
584 ASSERT_EQ(0, getsubopt(&subopts, tokens, &value));
585 ASSERT_EQ(nullptr, value);
586 ASSERT_EQ(1, getsubopt(&subopts, tokens, &value));
587 ASSERT_EQ(nullptr, value);
588 ASSERT_EQ(2, getsubopt(&subopts, tokens, &value));
[all...]
/bionic/tools/relocation_packer/src/
H A Dsleb128.cc41 // Add a single value to the encoding. Values are encoded with variable
44 // value is sign extended up to a multiple of 7 bits (ensuring that the
48 void Sleb128Encoder<uint_t>::Enqueue(uint_t value) { argument
50 static const size_t size = CHAR_BIT * sizeof(value);
53 const bool negative = static_cast<int_t>(value) < 0;
56 uint8_t byte = value & 127;
57 value >>= 7;
59 // Sign extend if encoding a -ve value.
61 value |= -(static_cast<uint_t>(1) << (size - 7));
65 if ((value
97 uint_t value = 0; local
[all...]
/bionic/libc/bionic/
H A Dsemaphore.cpp48 // 31-bit signed value and a 1-bit 'shared' flag
51 // We use the value -1 to indicate contention on the
53 // any value lower than -2 is invalid at runtime.
72 // Convert a value into the corresponding sem->count bit pattern.
75 // Convert a sem->count bit pattern into the corresponding signed value.
80 // The value +1 as a sem->count bit-pattern.
83 // The value -1 as a sem->count bit-pattern.
104 int sem_init(sem_t* sem, int pshared, unsigned int value) { argument
105 // Ensure that 'value' can be stored in the semaphore.
106 if (value > SEM_VALUE_MA
[all...]
H A Dpthread_internal.h76 void set_cached_pid(pid_t value) { argument
77 cached_pid_ = value;
/bionic/libc/kernel/uapi/drm/
H A Domap_drm.h29 uint64_t value; member in struct:drm_omap_param
H A Dqxl_drm.h92 __u64 value; member in struct:drm_qxl_getparam
H A Dvirtgpu_drm.h56 __u64 value; member in struct:drm_virtgpu_getparam
/bionic/libc/kernel/uapi/mtd/
H A Dubi-user.h116 __u64 value; member in struct:ubi_set_vol_prop_req

Completed in 426 milliseconds

123456