/third_party/elfutils/libelf/ |
H A D | elf_compress_gnu.c | 164 uint64_t gsize; in elf_compress_gnu() local 165 memcpy (&gsize, data->d_buf + 4, sizeof gsize); in elf_compress_gnu() 166 gsize = be64toh (gsize); in elf_compress_gnu() 172 if (gsize + 4 + 8 + 6 + 5 < data->d_size || gsize > SIZE_MAX) in elf_compress_gnu() 178 size_t size = gsize; in elf_compress_gnu()
|
/third_party/libwebsockets/test-apps/ |
H A D | lws-common.js | 16 function gsize(ptype) function 90 dark.style.width = gsize(1); 91 dark.style.height = gsize(0); 95 dark.style.height = gsize(0); 96 dark.style.width = gsize(1); 103 dark.style.height = gsize(0); 104 dark.style.width = gsize(1);
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | lws-common.js | 16 function gsize(ptype) function 90 dark.style.width = gsize(1); 91 dark.style.height = gsize(0); 95 dark.style.height = gsize(0); 96 dark.style.width = gsize(1); 103 dark.style.height = gsize(0); 104 dark.style.width = gsize(1);
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | hb-test.h | 236 gsize data_size, in hb_test_add_vtable() 249 void (*add_vtable) (const char*, gsize, gconstpointer, \ 253 = (void (*) (const gchar *, gsize, gconstpointer, \ 264 gsize data_size, in hb_test_add_vtable_flavor() 277 void (*add_vtable) (const char*, const char *, gsize, gconstpointer, \ 281 = (void (*) (const gchar *, const char *, gsize, gconstpointer, \
|
/third_party/ltp/testcases/kernel/syscalls/setgroups/ |
H A D | setgroups03.c | 34 int gsize; member 50 TST_EXP_FAIL(SETGROUPS(tc->gsize, *tc->glist), tc->exp_errno, in verify_setgroups() 51 "setgroups(%d, groups_list)", tc->gsize); in verify_setgroups()
|
/third_party/libdrm/omap/ |
H A D | omap_drm.c | 229 union omap_gem_size gsize = { in omap_bo_new() local 235 return omap_bo_new_impl(dev, gsize, flags); in omap_bo_new() 243 union omap_gem_size gsize = { in omap_bo_new_tiled() local 252 return omap_bo_new_impl(dev, gsize, flags); in omap_bo_new_tiled()
|
/third_party/ffmpeg/libavformat/ |
H A D | asfdec_f.c | 696 int64_t gsize; in asf_read_header() local 714 gsize = avio_rl64(pb); in asf_read_header() 718 /* If not streaming, gsize is not unlimited (how?), in asf_read_header() 720 if (!(asf->hdr.flags & 0x01) && gsize >= 100) in asf_read_header() 721 asf->data_object_size = gsize - 24; in asf_read_header() 726 if (gsize < 24) in asf_read_header() 731 ret = asf_read_stream_properties(s, gsize); in asf_read_header() 797 if (avio_tell(pb) != gpos + gsize) in asf_read_header() 800 avio_tell(pb) - gpos, gsize); in asf_read_header() 801 avio_seek(pb, gpos + gsize, SEEK_SE in asf_read_header() 1509 int64_t gsize = avio_rl64(s->pb); asf_build_simple_index() local 1522 int64_t av_unused gsize = avio_rl64(s->pb); asf_build_simple_index() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-gobject-structs.cc | 67 static gsize type_id = 0; \
|
H A D | hb-glib.cc | 290 gsize size = 0; in hb_glib_blob_create()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-gst.c | 213 gsize transcoded; in gst_transcode_buffer()
|
/third_party/curl/docs/examples/ |
H A D | ghiper.c | 334 gsize len, tp; in fifo_cb()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blorp.c | 389 ice->urb.gsize = 0; in crocus_blorp_exec()
|
H A D | crocus_context.h | 688 uint32_t gsize; /* GS output size in urb registers */ member
|
H A D | crocus_state.c | 6082 ice->urb.gsize == entry_size[MESA_SHADER_GEOMETRY] && 6092 ice->urb.gsize = entry_size[MESA_SHADER_GEOMETRY];
|
/third_party/littlefs/ |
H A D | lfs.c | 688 lfs_off_t goff, void *gbuffer, lfs_size_t gsize) { in lfs_dir_getslice() 731 lfs_size_t diff = lfs_min(lfs_tag_size(tag), gsize); in lfs_dir_getslice() 739 memset((uint8_t*)gbuffer + diff, 0, gsize - diff); in lfs_dir_getslice() 686 lfs_dir_getslice(lfs_t *lfs, const lfs_mdir_t *dir, lfs_tag_t gmask, lfs_tag_t gtag, lfs_off_t goff, void *gbuffer, lfs_size_t gsize) lfs_dir_getslice() argument
|