/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 …]
|
D | TestInterpretedLexing.java | 157 Grammar pg = new Grammar( in testTokensRules() local 161 g.importTokenVocabulary(pg); in testTokensRules()
|
/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/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/iputils/ |
D | ipg | 8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do 27 function pg() { function
|
/external/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/webrtc/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/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/clang/test/PCH/ |
D | chain-cxx.cpp | 27 void pg(); 126 ns::pg(); in test()
|
/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/libogg/ |
D | configure.in | 50 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" 64 PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu" 69 PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" 74 PROFILE="-O20 -g -pg -fsigned-char"
|
/external/clang/test/Sema/ |
D | fp16-sema.c | 8 extern void (*pg) (__fp16*);
|
/external/skia/src/image/ |
D | SkSurface.cpp | 46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() argument 47 : fFlags(flags), fPixelGeometry(pg) in SkSurfaceProps()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 338 void GetParallelogram(FXT_PARAL& pg) const { in GetParallelogram() argument 339 pg.x = left, pg.y = top; in GetParallelogram() 340 pg.x1 = width, pg.y1 = 0; in GetParallelogram() 341 pg.x2 = 0, pg.y2 = height; in GetParallelogram()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
D | parametergroup.py | 61 pg = self.connection.get_all_dbparameters(self.name) 62 self.update(pg)
|
D | __init__.py | 813 pg = self.get_object('DescribeDBParameters', params, ParameterGroup) 814 pg.name = groupname 815 return pg
|
/external/llvm/test/Bindings/OCaml/ |
D | executionengine.ml | 30 let define_getglobal m pg = 33 let g = build_call pg [||] "" b in
|
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 312 hb_codepoint_t *pg = gids; in _hb_graphite2_shape() local 324 *pg = gr_slot_gid (is); in _hb_graphite2_shape() 325 pg++; in _hb_graphite2_shape()
|
/external/robolectric/ |
D | .pairs | 10 pg: Phil Goodwin; phil
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 474 constexpr void (*pf)() = &f, (*pg)() = &g; variable 475 constexpr bool u13 = pf < pg; // expected-error {{constant expression}} 476 constexpr bool u14 = pf == pg;
|
/external/e2fsprogs/lib/et/ |
D | Makefile.in | 47 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $< 157 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
|
/external/e2fsprogs/lib/quota/ |
D | Makefile.in | 51 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $< 65 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/dict.o -c \
|