HomeSort by relevance Sort by last modified time
    Searched defs:gp (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ton_stab.h 97 Word16 gp[N_FRAME]; member in struct:__anon28127
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_winsys.c 22 struct drm_i915_getparam gp; local
24 gp.param = I915_PARAM_CHIPSET_ID;
25 gp.value = (int *)device_id;
27 ret = ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp, sizeof(gp));
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 49 struct get_pathname_struct *gp; local
52 gp = (struct get_pathname_struct *) priv_data;
56 gp->parent = dirent->inode;
57 if (dirent->inode == gp->search_ino) {
59 &gp->name);
61 gp->errcode = retval;
64 strncpy(gp->name, dirent->name, (dirent->name_len & 0xFF));
65 gp->name[dirent->name_len & 0xFF] = '\0';
75 struct get_pathname_struct gp; local
95 gp.search_ino = ino
    [all...]
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 42 Elf64_Addr gp = 0; local
48 /* If we have a PT_DYNAMIC program header, fetch the gp-value
54 gp = (Elf64_Addr) dyn->d_un.d_ptr + load_base;
61 function descriptors, and we can simply pick up the gp from the
83 gp = ((Elf64_Addr *) ((char *) edi->ei.image + shdr->sh_offset))[1];
90 Debug (16, "image at %p, gp = %lx\n", edi->ei.image, gp);
91 return gp;
135 edi->di_cache.gp = find_gp (edi, pdyn, segbase - ptxt->p_vaddr);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 161 struct st_geometry_program *gp = st->gp; local
164 if (gp) {
165 params = gp->Base.Base.Parameters;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 44 GlobalizationPreferences gp = new GlobalizationPreferences(); local
57 ULocale gpLocale0 = gp.getLocale(0);
64 ULocale gpLocale1 = gp.getLocale(1);
71 ULocale gpLocale2 = gp.getLocale(2);
77 Calendar cal = gp.getCalendar();
85 Collator coll = gp.getCollator();
93 BreakIterator brk = gp.getBreakIterator(GlobalizationPreferences.BI_CHARACTER);
102 DateFormat df = gp.getDateFormat(GlobalizationPreferences.DF_FULL, GlobalizationPreferences.DF_NONE);
111 NumberFormat nf = gp.getNumberFormat(GlobalizationPreferences.NF_NUMBER);
121 GlobalizationPreferences gp = new GlobalizationPreferences() local
273 GlobalizationPreferences gp = new GlobalizationPreferences(); local
401 GlobalizationPreferences gp = new GlobalizationPreferences(); local
451 GlobalizationPreferences gp = new GlobalizationPreferences(); local
519 GlobalizationPreferences gp = new GlobalizationPreferences(); local
613 GlobalizationPreferences gp = new GlobalizationPreferences(); local
692 GlobalizationPreferences gp = new GlobalizationPreferences(); local
774 GlobalizationPreferences gp = new GlobalizationPreferences(); local
858 GlobalizationPreferences gp = new GlobalizationPreferences(); local
986 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1169 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1380 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1553 GlobalizationPreferences gp = new GlobalizationPreferences(); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 40 GlobalizationPreferences gp = new GlobalizationPreferences(); local
53 ULocale gpLocale0 = gp.getLocale(0);
60 ULocale gpLocale1 = gp.getLocale(1);
67 ULocale gpLocale2 = gp.getLocale(2);
73 Calendar cal = gp.getCalendar();
81 Collator coll = gp.getCollator();
89 BreakIterator brk = gp.getBreakIterator(GlobalizationPreferences.BI_CHARACTER);
98 DateFormat df = gp.getDateFormat(GlobalizationPreferences.DF_FULL, GlobalizationPreferences.DF_NONE);
107 NumberFormat nf = gp.getNumberFormat(GlobalizationPreferences.NF_NUMBER);
117 GlobalizationPreferences gp = new GlobalizationPreferences() local
269 GlobalizationPreferences gp = new GlobalizationPreferences(); local
397 GlobalizationPreferences gp = new GlobalizationPreferences(); local
447 GlobalizationPreferences gp = new GlobalizationPreferences(); local
515 GlobalizationPreferences gp = new GlobalizationPreferences(); local
609 GlobalizationPreferences gp = new GlobalizationPreferences(); local
688 GlobalizationPreferences gp = new GlobalizationPreferences(); local
770 GlobalizationPreferences gp = new GlobalizationPreferences(); local
854 GlobalizationPreferences gp = new GlobalizationPreferences(); local
982 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1165 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1376 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1549 GlobalizationPreferences gp = new GlobalizationPreferences(); local
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 41 // CHECK: @gp = global %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct._GUID*), align 4
42 const GUID* gp = &__uuidof(S1); variable
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 186 struct nvc0_program *gp = nvc0->gmtyprog; local
188 if (gp)
189 nvc0_program_validate(nvc0, gp);
192 if (gp && gp->code_size) {
193 const boolean gp_selects_layer = gp->hdr[13] & (1 << 9);
198 PUSH_DATA (push, gp->code_base);
200 PUSH_DATA (push, gp->max_gpr);
208 nvc0_program_update_context_state(nvc0, gp, 3);
  /external/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.h 39 const GeometryProcessor& gp = primProc.cast<GeometryProcessor>(); local
40 this->setTransformDataMatrix(gp.localMatrix(), pdman, index, transforms);
74 // The variable used by a GP to store its position. It can be