/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.c | 76 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hciu_find_gate_by_gid() local 79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_gid() 81 if (pg->gate_id == gate_id) in nfa_hciu_find_gate_by_gid() 82 return (pg); in nfa_hciu_find_gate_by_gid() 99 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hciu_find_gate_by_owner() local 102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_owner() 104 if (pg->gate_owner == app_handle) in nfa_hciu_find_gate_by_owner() 105 return (pg); in nfa_hciu_find_gate_by_owner() 123 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hciu_find_gate_with_nopipes_by_owner() local 126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_with_nopipes_by_owner() [all …]
|
D | nfa_hci_act.c | 243 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hci_api_register() local 261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++) in nfa_hci_api_register() 263 if (pg->gate_owner == nfa_hci_cb.app_in_use) in nfa_hci_api_register() 266 num_pipes += nfa_hciu_count_pipes_on_gate (pg); in nfa_hci_api_register() 418 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hci_api_get_gate_pipe_list() local 424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hci_api_get_gate_pipe_list() 426 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle) in nfa_hci_api_get_gate_pipe_list() 428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id; in nfa_hci_api_get_gate_pipe_list() 435 if (pp->local_gate == pg->gate_id) in nfa_hci_api_get_gate_pipe_list() 455 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hci_api_get_gate_pipe_list() [all …]
|
D | nfa_hci_api.c | 950 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in NFA_HciDebug() local 968 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in NFA_HciDebug() 970 if (pg->gate_id != 0) in NFA_HciDebug() 973 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask); in NFA_HciDebug()
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestInterpretedParsing.java | 43 Grammar pg = new Grammar( in testSimpleParse() local 49 g.importTokenVocabulary(pg); in testSimpleParse() 69 Interpreter parseEngine = new Interpreter(pg, tokens); in testSimpleParse() 78 Grammar pg = new Grammar( in testMismatchedTokenError() local 85 g.importTokenVocabulary(pg); in testMismatchedTokenError() 104 Interpreter parseEngine = new Interpreter(pg, tokens); in testMismatchedTokenError() 113 Grammar pg = new Grammar( in testMismatchedSetError() local 119 g.importTokenVocabulary(pg); in testMismatchedSetError() 139 Interpreter parseEngine = new Interpreter(pg, tokens); in testMismatchedSetError() 148 Grammar pg = new Grammar( in testNoViableAltError() local [all …]
|
/external/yaffs2/yaffs2/direct/ |
D | yaffs_ramdisk.c | 122 int pg; in yramdisk_WriteChunkWithTagsToNAND() local 128 pg = chunkInNAND%32; in yramdisk_WriteChunkWithTagsToNAND() 133 memcpy(ramdisk.block[blk]->page[pg].data,data,512); in yramdisk_WriteChunkWithTagsToNAND() 142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt)); in yramdisk_WriteChunkWithTagsToNAND() 153 int pg; in yramdisk_ReadChunkWithTagsFromNAND() local 159 pg = chunkInNAND%32; in yramdisk_ReadChunkWithTagsFromNAND() 164 memcpy(data,ramdisk.block[blk]->page[pg].data,512); in yramdisk_ReadChunkWithTagsFromNAND() 172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt)); in yramdisk_ReadChunkWithTagsFromNAND() 184 int pg; in yramdisk_CheckChunkErased() local 191 pg = chunkInNAND%32; in yramdisk_CheckChunkErased() [all …]
|
D | yaffs_flashif.c | 118 int pg; in yflash_WriteChunkWithTagsToNAND() local 124 pg = chunkInNAND%32; in yflash_WriteChunkWithTagsToNAND() 129 memcpy(ramdisk.block[blk]->page[pg].data,data,512); in yflash_WriteChunkWithTagsToNAND() 137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt)); in yflash_WriteChunkWithTagsToNAND() 148 int pg; in yflash_ReadChunkWithTagsFromNAND() local 154 pg = chunkInNAND%32; in yflash_ReadChunkWithTagsFromNAND() 159 memcpy(data,ramdisk.block[blk]->page[pg].data,512); in yflash_ReadChunkWithTagsFromNAND() 166 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(yaffs_PackedTags)); in yflash_ReadChunkWithTagsFromNAND() 177 int pg; in yflash_CheckChunkErased() local 184 pg = chunkInNAND%32; in yflash_CheckChunkErased() [all …]
|
D | yaffs_ramem2k.c | 195 int pg; in nandemul2k_WriteChunkWithTagsToNAND() local 202 pg = chunkInNAND%PAGES_PER_BLOCK; in nandemul2k_WriteChunkWithTagsToNAND() 207 x = ned.block[blk]->page[pg]->data; in nandemul2k_WriteChunkWithTagsToNAND() 214 ned.block[blk]->page[pg]->empty = 0; in nandemul2k_WriteChunkWithTagsToNAND() 220 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE]; in nandemul2k_WriteChunkWithTagsToNAND() 238 int pg; in nandemul2k_ReadChunkWithTagsFromNAND() local 245 pg = chunkInNAND%PAGES_PER_BLOCK; in nandemul2k_ReadChunkWithTagsFromNAND() 250 memcpy(data,ned.block[blk]->page[pg]->data,PAGE_DATA_SIZE); in nandemul2k_ReadChunkWithTagsFromNAND() 256 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE]; in nandemul2k_ReadChunkWithTagsFromNAND() 268 int pg; in nandemul2k_CheckChunkErased() local [all …]
|
D | yaffs_fileem.c | 194 yflash_Page pg; in yflash_EraseBlockInNAND() local 196 memset(&pg,0xff,sizeof(yflash_Page)); in yflash_EraseBlockInNAND() 202 write(filedisk.handle,&pg,528); in yflash_EraseBlockInNAND()
|
D | yaffs_fileem2k.c | 318 __u8 pg[PAGE_SIZE]; in yflash_EraseBlockInNAND() local 322 memset(pg,0xff,syz); in yflash_EraseBlockInNAND() 329 write(h,pg,PAGE_SIZE); in yflash_EraseBlockInNAND()
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | fragck.tcl | 110 set pg $ci(page_no) 111 if {[info exists seen($pg)]} return 112 set seen($pg) 1 132 puts [format {LEVEL %d: %6d} $depth $pg] 144 foreach pg [btree_ovfl_info $DB $csr] { 145 puts [format {OVFL %3d: %6d} $i $pg]
|
/external/chromium_org/components/autofill/core/browser/ |
D | password_generator_unittest.cc | 30 PasswordGenerator pg(12); in TEST() local 31 std::string password = pg.Generate(); in TEST() 49 PasswordGenerator pg(12); in TEST() local 50 std::string password = pg.Generate(); in TEST()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars-extension.m | 22 void gorf (I* pg) { 23 // poking into pg for ivars for class extension 24 int _b = pg->b;
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 171 static int yaffs_prepare_write(struct file *f, struct page *pg, 173 static int yaffs_commit_write(struct file *f, struct page *pg, unsigned offset, 475 static int yaffs_readpage_nolock(struct file *f, struct page *pg) in yaffs_readpage_nolock() argument 486 (unsigned)(pg->index << PAGE_CACHE_SHIFT), in yaffs_readpage_nolock() 494 BUG_ON(!PageLocked(pg)); in yaffs_readpage_nolock() 496 if (!PageLocked(pg)) in yaffs_readpage_nolock() 497 PAGE_BUG(pg); in yaffs_readpage_nolock() 500 pg_buf = kmap(pg); in yaffs_readpage_nolock() 506 yaffs_ReadDataFromFile(obj, pg_buf, pg->index << PAGE_CACHE_SHIFT, in yaffs_readpage_nolock() 515 ClearPageUptodate(pg); in yaffs_readpage_nolock() [all …]
|
/external/iputils/ |
D | ipg | 8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do 27 function pg() { function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkScalerContext.h | 51 void setPaintGamma(SkScalar pg) { in setPaintGamma() 52 SkASSERT(0 <= pg && pg < SkIntToScalar(4)); in setPaintGamma() 53 fPaintGamma = SkScalarFloorToInt(pg * (1 << 6)); in setPaintGamma()
|
/external/libvorbis/ |
D | configure.ac | 133 # PROFILE="-Wall -Wextra -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -fno-inli… 134 …PROFILE="-Wall -Wextra -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline" 178 PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";; 182 PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";; 186 PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";; 199 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char $sparc_cpu" ;; 203 PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";; 208 PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";; 212 PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
|
/external/skia/src/core/ |
D | SkScalerContext.h | 56 void setPaintGamma(SkScalar pg) { in setPaintGamma() 57 SkASSERT(0 <= pg && pg < SkIntToScalar(4)); in setPaintGamma() 58 fPaintGamma = SkScalarFloorToInt(pg * (1 << 6)); in setPaintGamma()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | lpc_analysis.c | 117 double nrg[4], chng, pg; in WebRtcIsac_GetVars() local 148 pg = 0.0; in WebRtcIsac_GetVars() 152 pg += pitchGains[k]; in WebRtcIsac_GetVars() 154 pg *= 0.25; in WebRtcIsac_GetVars() 160 *varscale = 0.0 + 1.0 * exp( -1.4 * exp(-200.0 * pg*pg*pg) / (1.0 + 0.4 * chng) ); in WebRtcIsac_GetVars()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | lpc_analysis.c | 117 double nrg[4], chng, pg; in WebRtcIsac_GetVars() local 148 pg = 0.0; in WebRtcIsac_GetVars() 152 pg += pitchGains[k]; in WebRtcIsac_GetVars() 154 pg *= 0.25; in WebRtcIsac_GetVars() 160 *varscale = 0.0 + 1.0 * exp( -1.4 * exp(-200.0 * pg*pg*pg) / (1.0 + 0.4 * chng) ); in WebRtcIsac_GetVars()
|
/external/clang/test/PCH/ |
D | chain-cxx.cpp | 27 void pg(); 126 ns::pg(); in test()
|
/external/e2fsprogs/misc/ |
D | Makefile.in | 104 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $< 140 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/profile.o -c \ 173 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o tune2fs.profiled \ 191 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o blkid.profiled $(PROFILED_BLKID_OBJS) \ 200 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o e2image.profiled \ 209 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o e2undo.profiled \ 218 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o e4defrag.profiled \ 251 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o mke2fs.profiled \ 270 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o uuidgen.profiled \ 279 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o uuidd.profiled $(PROFILED_UUIDD_OBJS) \ [all …]
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | random-weight.h | 159 GallicWeightGenerator(const PG &pg) : PG(pg) {} in GallicWeightGenerator() argument
|
/external/libopus/celt/ |
D | pitch.c | 408 opus_val16 pg; in remove_doubling() local 511 pg = Q15ONE; in remove_doubling() 513 pg = SHR32(frac_div32(best_xy,best_yy+1),16); in remove_doubling() 529 if (pg > g) in remove_doubling() 530 pg = g; in remove_doubling() 536 return pg; in remove_doubling()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | pitch.c | 408 opus_val16 pg; in remove_doubling() local 511 pg = Q15ONE; in remove_doubling() 513 pg = SHR32(frac_div32(best_xy,best_yy+1),16); in remove_doubling() 529 if (pg > g) in remove_doubling() 530 pg = g; in remove_doubling() 536 return pg; in remove_doubling()
|
/external/chromium_org/tools/traceline/traceline/ |
D | main.cc | 1297 Playground* pg = new Playground(info.hProcess, options); in main() local 1299 pg->AllocateInRemote(); in main() 1300 pg->Patch(); in main() 1301 pg->PatchExit(exiting, exited); in main() 1302 pg->CopyToRemote(); in main() 1322 pg->CopyFromRemote(); in main() 1327 pg->DumpJSON(&rdn, &res); in main() 1329 pg->DumpJSON(&rdn, NULL); in main() 1338 delete pg; in main()
|