/third_party/skia/src/codec/ |
H A D | SkBmpCodec.cpp | 160 totalBytes = get_int(hBuffer, 2); in ReadHeader() 161 offset = get_int(hBuffer, 10); in ReadHeader() 170 infoBytes = get_int(hBuffer, 14); in ReadHeader() 192 infoBytes = get_int(hBuffer, 0); in ReadHeader() 241 width = get_int(iBuffer.get(), 0); in ReadHeader() 242 height = get_int(iBuffer.get(), 4); in ReadHeader() 248 compression = get_int(iBuffer.get(), 12); in ReadHeader() 250 numColors = get_int(iBuffer.get(), 28); in ReadHeader() 345 inputMasks.red = get_int(buffer, 0); in ReadHeader() 346 inputMasks.green = get_int(buffe in ReadHeader() [all...] |
H A D | SkIcoCodec.cpp | 104 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream() 109 uint32_t offset = get_int(entryBuffer, 12); in MakeFromStream()
|
H A D | SkCodecPriv.h | 166 static inline uint32_t get_int(const uint8_t* buffer, uint32_t i) { in get_int() function
|
/third_party/toybox/toys/pending/ |
H A D | expr.c | 79 int get_int(struct value *v, long long *ret) in get_int() function 102 return get_int(v, &v->i) && !v->i; in is_false() 170 if (get_int(ret, &a) && get_int(rhs, &b)) { // both are ints in eval_op() 189 if (!get_int(ret, &a) || !get_int(rhs, &b)) in eval_op()
|
/third_party/ffmpeg/libavformat/ |
H A D | mvi.c | 34 unsigned int (*get_int)(AVIOContext *); member 96 mvi->get_int = (vst->codecpar->width * (int64_t)vst->codecpar->height < (1 << 16)) ? avio_rl16 : avio_rl24; in read_header() 119 mvi->video_frame_size = (mvi->get_int)(pb); in read_packet()
|
/third_party/python/Lib/lib2to3/ |
H A D | patcomp.py | 125 min = max = self.get_int(children[1]) 127 max = self.get_int(children[3]) 173 def get_int(self, node): member in PatternCompiler
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 351 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function 413 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), 427 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), 431 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { 673 int face_index = get_int(match, FC_INDEX, 0);
|
H A D | SkFontMgr_fontconfig.cpp | 129 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function 323 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), 337 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), 341 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { 467 *ttcIndex = get_int(fPattern, FC_INDEX, 0); 556 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL))
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 182 int get_int(const char **fmt, va_list *ap) in get_int() function 347 field_width = get_int(&fmt, &args); in vsnprintf() 360 precision = get_int(&fmt, &args); in vsnprintf()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 182 int get_int(const char **fmt, va_list *ap) in get_int() function 347 field_width = get_int(&fmt, &args); in vsnprintf() 360 precision = get_int(&fmt, &args); in vsnprintf()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsctl.c | 377 len = get_int(&mesg, &maxsize); in write_filehandle() 441 rv = get_int(&mesg, &newthreads); in write_threads() 510 rv = get_int(&mesg, &nthreads[i]); in write_pool_threads() 730 err = get_int(&mesg, &fd); in __write_ports_addfd() 901 int rv = get_int(&mesg, &bsize); in write_maxblksize() 970 rv = get_int(&mesg, &i); in __nfsd4_write_time()
|
H A D | export.c | 462 err = get_int(mesg, &migrated); in fsloc_parse() 589 err = get_int(&mesg, &an_int); in svc_export_parse() 599 err = get_int(&mesg, &an_int); in svc_export_parse() 605 err = get_int(&mesg, &an_int); in svc_export_parse() 611 err = get_int(&mesg, &an_int); in svc_export_parse()
|
H A D | nfs4idmap.c | 415 error = get_int(&buf, &ent.id); in nametoid_parse()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsctl.c | 335 len = get_int(&mesg, &maxsize); in write_filehandle() 401 rv = get_int(&mesg, &newthreads); in write_threads() 471 rv = get_int(&mesg, &nthreads[i]); in write_pool_threads() 697 err = get_int(&mesg, &fd); in __write_ports_addfd() 870 int rv = get_int(&mesg, &bsize); in write_maxblksize() 943 rv = get_int(&mesg, &i); in __nfsd4_write_time()
|
H A D | export.c | 491 err = get_int(mesg, &migrated); in fsloc_parse() 639 err = get_int(&mesg, &an_int); in svc_export_parse() 649 err = get_int(&mesg, &an_int); in svc_export_parse() 655 err = get_int(&mesg, &an_int); in svc_export_parse() 661 err = get_int(&mesg, &an_int); in svc_export_parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.h | 162 * get_int - Get an integer EAPOL state variable 167 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.h | 161 * get_int - Get an integer EAPOL state variable 166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 511 rv = get_int(&mesg, &id); in unix_gid_parse() 521 rv = get_int(&mesg, &gids); in unix_gid_parse() 532 rv = get_int(&mesg, &gid); in unix_gid_parse()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | cache.h | 249 static inline int get_int(char **bpp, int *anint) in get_int() function
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 253 static inline int get_int(char **bpp, int *anint) in get_int() function
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | basic-block-profiler.cc | 88 block_ids_.push_back(block_ids.get_int(i)); in CopyFromJSHeap()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translation-array.cc | 31 const int size = buffer_.get_int(kUncompressedSizeOffset); in TranslationArrayIterator()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 504 rv = get_int(&mesg, &id); in unix_gid_parse() 514 rv = get_int(&mesg, &gids); in unix_gid_parse() 525 rv = get_int(&mesg, &gid); in unix_gid_parse()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 470 rv = get_int(&mesg, &id); in rsc_parse() 490 if (get_int(&mesg, &id)) in rsc_parse() 495 if (get_int(&mesg, &N)) in rsc_parse() 508 if (get_int(&mesg, &id)) in rsc_parse()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 496 rv = get_int(&mesg, &id); in rsc_parse() 516 if (get_int(&mesg, &id)) in rsc_parse() 521 if (get_int(&mesg, &N)) in rsc_parse() 534 if (get_int(&mesg, &id)) in rsc_parse()
|