Searched refs:pg (Results 1 - 25 of 85) sorted by relevance

1234

/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramdisk.c122 int pg; local
128 pg = chunkInNAND%32;
133 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
153 int pg; local
159 pg = chunkInNAND%32;
164 memcpy(data,ramdisk.block[blk]->page[pg].data,512);
172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt));
184 int pg; local
191 pg
[all...]
H A Dyaffs_flashif.c118 int pg; local
124 pg = chunkInNAND%32;
129 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
148 int pg; local
154 pg = chunkInNAND%32;
159 memcpy(data,ramdisk.block[blk]->page[pg].data,512);
166 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(yaffs_PackedTags));
177 int pg; local
184 pg
[all...]
H A Dyaffs_ramem2k.c195 int pg; local
202 pg = chunkInNAND%PAGES_PER_BLOCK;
207 x = ned.block[blk]->page[pg]->data;
214 ned.block[blk]->page[pg]->empty = 0;
220 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
238 int pg; local
245 pg = chunkInNAND%PAGES_PER_BLOCK;
250 memcpy(data,ned.block[blk]->page[pg]->data,PAGE_DATA_SIZE);
256 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
268 int pg; local
[all...]
H A Dyaffs_fileem.c194 yflash_Page pg; local
196 memset(&pg,0xff,sizeof(yflash_Page));
202 write(filedisk.handle,&pg,528);
H A Dyaffs_fileem2k.c318 __u8 pg[PAGE_SIZE]; local
322 memset(pg,0xff,syz);
329 write(h,pg,PAGE_SIZE);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestInterpretedParsing.java43 Grammar pg = new Grammar(
49 g.importTokenVocabulary(pg);
69 Interpreter parseEngine = new Interpreter(pg, tokens);
78 Grammar pg = new Grammar(
85 g.importTokenVocabulary(pg);
104 Interpreter parseEngine = new Interpreter(pg, tokens);
113 Grammar pg = new Grammar(
119 g.importTokenVocabulary(pg);
139 Interpreter parseEngine = new Interpreter(pg, tokens);
148 Grammar pg
[all...]
H A DTestInterpretedLexing.java157 Grammar pg = new Grammar(
161 g.importTokenVocabulary(pg);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dfragck.tcl110 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/iputils/
H A Dipg8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do
12 echo "Could not locate pg in /proc/net" 1>&2
27 function pg() { function
/external/chromium_org/components/autofill/core/browser/
H A Dpassword_generator_unittest.cc30 PasswordGenerator pg(12);
31 std::string password = pg.Generate();
49 PasswordGenerator pg(12);
50 std::string password = pg.Generate();
/external/clang/test/Sema/
H A Dfp16-sema.c8 extern void (*pg) (__fp16*);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c76 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
81 if (pg->gate_id == gate_id)
82 return (pg);
99 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
104 if (pg->gate_owner == app_handle)
105 return (pg);
123 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg
201 tNFA_HCI_DYN_GATE *pg; local
221 tNFA_HCI_DYN_GATE *pg; local
244 tNFA_HCI_DYN_GATE *pg; local
606 tNFA_HCI_DYN_GATE *pg; local
677 tNFA_HCI_DYN_GATE *pg; local
709 tNFA_HCI_DYN_GATE *pg; local
810 tNFA_HCI_DYN_GATE *pg; local
898 tNFA_HCI_DYN_GATE *pg; local
[all...]
H A Dnfa_hci_act.c243 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++)
263 if (pg->gate_owner == nfa_hci_cb.app_in_use)
266 num_pipes += nfa_hciu_count_pipes_on_gate (pg);
418 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
426 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle)
428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id;
435 if (pp->local_gate == pg->gate_id)
455 for (xx = 0, pg
1105 tNFA_HCI_DYN_GATE *pg; local
[all...]
H A Dnfa_hci_api.c950 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
968 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
970 if (pg->gate_id != 0)
973 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask);
/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc1297 Playground* pg = new Playground(info.hProcess, options); local
1299 pg->AllocateInRemote();
1300 pg->Patch();
1301 pg->PatchExit(exiting, exited);
1302 pg->CopyToRemote();
1322 pg->CopyFromRemote();
1327 pg->DumpJSON(&rdn, &res);
1329 pg->DumpJSON(&rdn, NULL);
1338 delete pg;
/external/clang/test/PCH/
H A Dchain-cxx.cpp27 void pg();
126 ns::pg();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h159 GallicWeightGenerator(const PG &pg) : PG(pg) {} argument
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c171 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) argument
486 (unsigned)(pg->index << PAGE_CACHE_SHIFT),
494 BUG_ON(!PageLocked(pg));
496 if (!PageLocked(pg))
497 PAGE_BUG(pg);
500 pg_buf = kmap(pg);
506 yaffs_ReadDataFromFile(obj, pg_buf, pg->index << PAGE_CACHE_SHIFT,
515 ClearPageUptodate(pg);
529 yaffs_readpage_unlock(struct file *f, struct page *pg) argument
536 yaffs_readpage(struct file *f, struct page *pg) argument
617 yaffs_prepare_write(struct file *f, struct page *pg, unsigned offset, unsigned to) argument
629 yaffs_commit_write(struct file *f, struct page *pg, unsigned offset, unsigned to) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.h51 void setPaintGamma(SkScalar pg) { argument
52 SkASSERT(0 <= pg && pg < SkIntToScalar(4));
53 fPaintGamma = SkScalarFloorToInt(pg * (1 << 6));
/external/skia/src/core/
H A DSkScalerContext.h56 void setPaintGamma(SkScalar pg) { argument
57 SkASSERT(0 <= pg && pg < SkIntToScalar(4));
58 fPaintGamma = SkScalarFloorToInt(pg * (1 << 6));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c117 double nrg[4], chng, pg; local
148 pg = 0.0;
152 pg += pitchGains[k];
154 pg *= 0.25;
158 pg = 0:.01:.45; plot(pg, 0.0 + 1.0 * exp( -1.0 * exp(-200.0 * pg.*pg.*pg) / (1.0 + 0.4 * 0) ))
160 *varscale = 0.0 + 1.0 * exp( -1.4 * exp(-200.0 * pg*p
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c117 double nrg[4], chng, pg; local
148 pg = 0.0;
152 pg += pitchGains[k];
154 pg *= 0.25;
158 pg = 0:.01:.45; plot(pg, 0.0 + 1.0 * exp( -1.0 * exp(-200.0 * pg.*pg.*pg) / (1.0 + 0.4 * 0) ))
160 *varscale = 0.0 + 1.0 * exp( -1.4 * exp(-200.0 * pg*p
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c408 opus_val16 pg; local
511 pg = Q15ONE;
513 pg = SHR32(frac_div32(best_xy,best_yy+1),16);
529 if (pg > g)
530 pg = g;
536 return pg;
/external/libopus/celt/
H A Dpitch.c408 opus_val16 pg; local
511 pg = Q15ONE;
513 pg = SHR32(frac_div32(best_xy,best_yy+1),16);
529 if (pg > g)
530 pg = g;
536 return pg;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc302 hb_codepoint_t *pg = gids; local
308 *pg = gr_slot_gid (is);
309 pg++;

Completed in 2580 milliseconds

1234