/aosp_15_r20/external/python/cpython2/Modules/ |
D | spwdmodule.c | 55 static int initialized; variable 60 sets(PyObject *v, int i, char* val) in sets() 77 #define SETI(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val)) in mkspent() argument 78 #define SETS(i,val) sets(v, i, val) in mkspent() argument
|
D | pwdmodule.c | 45 static int initialized; variable 49 sets(PyObject *v, int i, char* val) in sets() 67 #define SETI(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val)) in mkpwent() argument 68 #define SETS(i,val) sets(v, i, val) in mkpwent() argument
|
D | grpmodule.c | 32 static int initialized; variable 60 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, val) in mkgrent() argument
|
D | timemodule.c | 244 static int initialized; variable 254 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val)) in tmtotuple() argument
|
/aosp_15_r20/external/coreboot/src/drivers/ams/ |
H A D | as3722rtc.c | 25 uint8_t val; in as3722_read() local 31 static void as3722_write(enum AS3722_RTC_REG reg, uint8_t val) in as3722_write() 39 static int initialized; in as3722rtc_init() local
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | tsd_win.h | 7 bool initialized; member 8 tsd_t val; member 130 tsd_set(tsd_t *val) { in tsd_set()
|
H A D | tsd_generic.h | 17 bool initialized; member 18 tsd_t val; member 148 tsd_set(tsd_t *val) { in tsd_set()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/ |
D | test_value_maker.hpp | 85 static bool initialized; in make() local 186 #define IIv(low,up,val) map_val<IntervalMapT>::mk_segment(I_I(low,up), val) argument 187 #define IDv(low,up,val) map_val<IntervalMapT>::mk_segment(I_D(low,up), val) argument 188 #define CIv(low,up,val) map_val<IntervalMapT>::mk_segment(C_I(low,up), val) argument 189 #define CDv(low,up,val) map_val<IntervalMapT>::mk_segment(C_D(low,up), val) argument 190 #define K_v(key,val) map_val<IntervalMapT>::map_pair(key,val) argument 191 #define sK_v(key,val) map_val<IntervalMapT>::std_pair(key,val) argument 193 #define MK_seg(itv,val) map_val<IntervalMapT>::mk_segment(itv, val) argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | mfcc.cc | 38 bool initialized = mel_filterbank_.Initialize( in Initialize() local 56 double val = working[i]; in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | mfcc.cc | 37 bool initialized = mel_filterbank_.Initialize( in Initialize() local 55 double val = working[i]; in Compute() local
|
/aosp_15_r20/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
H A D | LockInterface.java | 33 short initialized(); in initialized() method 96 short set(byte val); in set()
|
H A D | BasicLock.java | 146 public short initialized() { in initialized() method in BasicLock 259 public short set(byte val) { in set()
|
H A D | CarrierLock.java | 189 public short initialized() { in initialized() method in CarrierLock 293 public short set(byte val) { in set()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | filter_map.rs | 75 initialized: usize, field 96 let val = (self.f)(element); localVariable 120 let initialized = guard.initialized; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | filter_map.rs | 75 initialized: usize, field 96 let val = (self.f)(element); localVariable 120 let initialized = guard.initialized; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | filter_map.rs | 75 initialized: usize, field 96 let val = (self.f)(element); localVariable 120 let initialized = guard.initialized; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | filter_map.rs | 75 initialized: usize, field 96 let val = (self.f)(element); localVariable 120 let initialized = guard.initialized; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | filter_map.rs | 75 initialized: usize, field 96 let val = (self.f)(element); localVariable 120 let initialized = guard.initialized; localVariable
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/i8042/ |
H A D | mouse.c | 38 static u8 initialized; variable 51 static u8 mouse_cmd_data(u8 cmd, u8 val) in mouse_cmd_data()
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
H A D | mpu_iio.c | 71 static bool initialized = false; in _kbhit() local 118 int16_t val = input; in print2byte() local 127 uint16_t val = input; in print2byte() local 156 int32_t val = *(int32_t *)(data + infoarray[k].location); in process_scan() local 165 int64_t val = *(int64_t *)(data + infoarray[k].location); in process_scan() local
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 172 static auto initialized = [=]() { in parseCommandLineOptionsOnce() local 400 T alignUp(T val, T alignment) in alignUp() 432 static void atomicStore(void *ptr, void *val, llvm::AtomicOrdering ordering) in atomicStore() 439 static uint32_t sync_fetch_and_op(uint32_t volatile *ptr, uint32_t val, F f) in sync_fetch_and_op() 498 …static uint32_t sync_fetch_and_add_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_add_4(… in sync_fetch_and_add_4() 499 …static uint32_t sync_fetch_and_and_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_and_4(… in sync_fetch_and_and_4() 500 …static uint32_t sync_fetch_and_or_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_or_4(pt… in sync_fetch_and_or_4() 501 …static uint32_t sync_fetch_and_xor_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_xor_4(… in sync_fetch_and_xor_4() 502 …static uint32_t sync_fetch_and_sub_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_sub_4(… in sync_fetch_and_sub_4() 503 …static uint32_t sync_lock_test_and_set_4(uint32_t *ptr, uint32_t val) { return __sync_lock_test_an… in sync_lock_test_and_set_4() [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index.h | 71 void SetInMemoryData(uint8_t val) { in_memory_data_ = val; } in SetInMemoryData() 217 bool initialized() const { return initialized_; } in initialized() function
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 478 long val; in b_set() local 489 signed char val = *(signed char *)ptr; in b_get() local 497 unsigned long val; in B_set() local 508 unsigned char val = *(unsigned char *)ptr; in B_get() local 516 long val; in h_set() local 530 long val; in h_set_sw() local 546 short val; in h_get() local 555 short val; in h_get_sw() local 565 unsigned long val; in H_set() local 578 unsigned long val; in H_set_sw() local [all …]
|
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | bat.rs | 68 initialized: bool, field 504 let val = match info.offset as u32 { in read() localVariable 558 let val = u32::from_ne_bytes(val_arr); in write() localVariable
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 529 long val; in b_set() local 540 signed char val = *(signed char *)ptr; in b_get() local 548 unsigned long val; in B_set() local 559 unsigned char val = *(unsigned char *)ptr; in B_get() local 567 long val; in h_set() local 581 long val; in h_set_sw() local 596 short val; in h_get() local 605 short val; in h_get_sw() local 615 unsigned long val; in H_set() local 628 unsigned long val; in H_set_sw() local [all …]
|