Searched refs:read_u32 (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | tagstruct.c | 137 static int read_u32(pa_tagstruct *t, uint32_t *u) { in read_u32() function 156 if (read_u32(t, &tmp) < 0) in read_u64() 161 if (read_u32(t, &tmp) < 0) in read_u64() 171 if (read_u32(t, &tmp) < 0) in read_s64() 176 if (read_u32(t, &tmp) < 0) in read_s64() 405 return read_u32(t, i); in pa_tagstruct_getu32() 435 return read_u32(t, &ss->rate); in pa_tagstruct_get_sample_spec() 447 if (read_u32(t, &len) < 0 || len != length) in pa_tagstruct_get_arbitrary() 505 if (read_u32(t, &tmp) < 0) in pa_tagstruct_get_timeval() 510 if (read_u32( in pa_tagstruct_get_timeval() [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_code.h | 355 read_u32(uint16_t *p) in read_u32() function 393 read_u32(uint16_t *p) in read_u32() function 434 val = read_u32(p); in read_obj()
|
/third_party/python/Python/ |
H A D | ceval.c | 1504 DEOPT_IF(dict->ma_keys->dk_version != read_u32(cache->version), \ 2240 uint32_t type_version = read_u32(cache->type_version); 3075 uint32_t version = read_u32(cache->module_keys_version); 3098 uint32_t mod_version = read_u32(cache->module_keys_version); 3502 uint32_t type_version = read_u32(cache->version); 3537 uint32_t type_version = read_u32(cache->version); 3572 uint32_t type_version = read_u32(cache->version); 3611 uint32_t type_version = read_u32(cache->version); 3639 uint32_t type_version = read_u32(cache->version); 3686 uint32_t type_version = read_u32(cach [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | decoder.h | 94 uint32_t read_u32(const byte* pc, const char* msg = "expected 4 bytes") { in read_u32() function
|
H A D | function-body-decoder-impl.h | 420 uint32_t tmp = decoder->read_u32<validate>(pc, "immf32"); in ImmF32Immediate()
|
Completed in 19 milliseconds