/external/clang/test/CodeGen/ |
object-size.c | 13 char *gp; variable 42 // CHECK: = load i8** @gp 44 strcpy(gp, "Hi there"); 89 strcpy(gp = gbuf, "Hi there"); 96 strcpy(++gp, "Hi there"); 103 strcpy(gp++, "Hi there"); 110 strcpy(--gp, "Hi there"); 117 strcpy(gp--, "Hi there"); 124 strcpy(gp += 1, "Hi there"); 129 gi = __builtin_object_size(gp++, 0) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
get_pathname.c | 46 struct get_pathname_struct *gp; local 49 gp = (struct get_pathname_struct *) priv_data; 53 gp->parent = dirent->inode; 54 if (dirent->inode == gp->search_ino) { 56 &gp->name); 58 gp->errcode = retval; 61 strncpy(gp->name, dirent->name, (dirent->name_len & 0xFF)); 62 gp->name[dirent->name_len & 0xFF] = '\0'; 72 struct get_pathname_struct gp; local 92 gp.search_ino = ino [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
ini.c | 190 struct wl1271_ini_general_params *gp = &(p->ini1271.general_params); local 197 &gp->tx_bip_fem_auto_detect, 1); 200 &gp->tx_bip_fem_manufacturer, 1); 202 COMPARE_N_ADD("RefClk", l, val, &gp->ref_clock, 1); 204 COMPARE_N_ADD("SettlingTime", l, val, &gp->settling_time, 1); 207 &gp->clk_valid_on_wakeup, 1); 209 COMPARE_N_ADD("DC2DCMode", l, val, &gp->dc2dc_mode, 1); 212 &gp->dual_mode_select, 1); 215 cmn->dual_mode = gp->dual_mode_select; 217 else if (cmn->dual_mode != gp->dual_mode_select) 244 struct wl128x_ini_general_params *gp = local 311 struct wl1271_ini_band_params_2 *gp = local 336 struct wl128x_ini_band_params_2 *gp = &(p->ini128x.stat_radio_params_2); local 356 struct wl1271_ini_band_params_5 *gp = local 381 struct wl128x_ini_band_params_5 *gp = &(p->ini128x.stat_radio_params_5); local 401 struct wl1271_ini_fem_params_2 *gp = local 462 struct wl128x_ini_fem_params_2 *gp = local 531 struct wl1271_ini_fem_params_2 *gp = local 592 struct wl128x_ini_fem_params_2 *gp = local 661 struct wl1271_ini_fem_params_5 *gp = local 718 struct wl128x_ini_fem_params_5 *gp = local 783 struct wl128x_ini *gp = &p->ini128x; local [all...] |
nvs.c | 35 struct wl1271_ini *gp; local 38 gp = &ini->ini1271; 44 unsigned char *c = (unsigned char *)gp; 61 struct wl128x_ini *gp = &ini->ini128x; local 66 unsigned char *c = (unsigned char *)gp; 84 struct wl1271_ini *gp; local 92 gp = (struct wl1271_ini *)(buf+0x1d4); 93 gp->general_params.tx_bip_fem_auto_detect = val; 97 c = (unsigned char *)gp; 109 struct wl128x_ini *gp; local 134 struct wl1271_ini *gp; local 159 struct wl128x_ini *gp; local [all...] |
/system/extras/tests/sdcard/ |
plot_sdcard.py | 200 gp = Gnuplot.Gnuplot(persist=1) 201 gp('set data style lines') 202 gp.clear() 203 gp.xlabel('iterations') 204 gp.ylabel('duration in second') 205 gp.title(metadata.AsTitle()) 222 gp.replot(d) 223 gp.hardcopy('/tmp/%s-%s-%f.png' % 236 gp = Gnuplot.Gnuplot(persist=1) 237 gp('set data style impulses' [all...] |
/external/oprofile/module/ia64/ |
IA64syscallstub.h | 36 mov r15=gp; /* save kgp */ \ 45 ld8 gp=[r14]; \ 47 addl r14=@ltoff(old_sys_##name), gp; \ 48 addl r16=@gprel(.post_saverp_##name), gp; \ 54 mov gp=r15; /* restore kgp */ \ 64 mov r15=gp; /* save kgp */ \ 72 ld8 gp=[r14]; \ 75 addl r16=@gprel(.post_saverp_##name), gp; \ 80 mov gp = r15; /* preserved */ \ 95 mov loc5=gp; \ [all...] |
oprofile_stubs.S | 62 mov loc2=gp 70 * We are here with the kernel's gp register value but we need 71 * to find the module's gp value before we can call our own 75 * use gp-relative anything without the module's gp. 86 ld8 gp=[r14] 97 mov gp=loc2
|
/frameworks/base/location/java/android/location/ |
GeocoderParams.java | 70 GeocoderParams gp = new GeocoderParams(); 74 gp.mLocale = new Locale(language, country, variant); 75 gp.mPackageName = in.readString(); 76 return gp;
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/ |
VideoSurface.java | 49 LayoutParams gp = new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT); local 50 gl.setLayoutParams(gp); 60 // video.setVideoPath("/sdcard/test_video.3gp");
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
ton_stab.cpp | 261 Set_zero(st->gp, N_FRAME); // Init Gp_Clipping 299 Set_zero(st->gp, N_FRAME); /* Init Gp_Clipping */ 654 sum = add(sum, st->gp[i]); 701 sum = add(sum, st->gp[i], pOverflow); 761 Copy(&st->gp[1], &st->gp[0], N_FRAME-1); 762 st->gp[N_FRAME-1] = shr(g_pitch, 3); 797 st->gp[i] = st->gp[i+1]; 799 st->gp[N_FRAME-1] = g_pitch >> 3 [all...] |
ton_stab.h | 97 Word16 gp[N_FRAME]; member in struct:__anon16476
|
/external/v8/test/mjsunit/compiler/ |
regress-8.js | 29 var gp = ""; variable 50 c.append(gp, 60 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Hob))))),p); 65 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Iob))))),p); 70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Job))))),p); 75 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Kob))))),p); 80 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Lob))))),p); 84 c.append(gp,yE,W, 100 c.append(gp,yE,W,
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regdef.h | 87 #define gp $28 /* global pointer */ macro
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/ |
regdef.h | 87 #define gp $28 /* global pointer */ macro
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/ |
regdef.h | 87 #define gp $28 /* global pointer */ macro
|
/bionic/libc/kernel/arch-mips/asm/ |
regdef.h | 60 #define gp $28 macro 110 #define gp $28 macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
regdef.h | 60 #define gp $28 macro 110 #define gp $28 macro
|
/external/kernel-headers/original/asm-mips/ |
regdef.h | 49 #define gp $28 /* global pointer */ macro 92 #define gp $28 /* global pointer - caller saved for PIC */ macro
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
regdef.h | 60 #define gp $28 macro 110 #define gp $28 macro
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
regdef.h | 60 #define gp $28 macro 110 #define gp $28 macro
|
/external/libffi/src/ia64/ |
unix.S | 59 mov loc2 = gp 95 ld8 gp = [in2] 101 mov gp = loc2 105 addl r18 = @ltoffx(.Lst_table), gp 198 mov gp = loc2 293 /* Retrieve closure pointer and real gp. */ 295 addp4 out0 = 0, gp 296 addp4 gp = 16, gp 298 mov out0 = gp [all...] |
/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.h | 65 * pre-condition: gp != 0 67 extern XAresult android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp,
|
/external/ipsec-tools/src/racoon/ |
rsalist.c | 204 struct genlist_entry *gp; local 206 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) {
|
/ndk/sources/host-tools/make-3.81/ |
vpath.c | 323 char **gp; 326 for (gp = gpaths->searchpath; *gp != NULL; ++gp) 327 if (strneq (*gp, file, len) && (*gp)[len] == '\0') 320 char **gp; local
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
core.h | 424 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev)) 425 #define gameport_set_port_data(gp,r) ((gp)->port_data = (r)) 426 #define gameport_get_port_data(gp) (gp)->port_data
|