Searched defs:rec (Results 151 - 173 of 173) sorted by relevance

1234567

/external/skia/src/ports/
H A DSkFontHost_win.cpp106 static bool isLCD(const SkScalerContext::Rec& rec) { argument
107 return SkMask::kLCD16_Format == rec.fMaskFormat ||
108 SkMask::kLCD32_Format == rec.fMaskFormat;
116 static bool isAxisAligned(const SkScalerContext::Rec& rec) { argument
117 return 0 == rec.fPreSkewX &&
118 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
119 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
122 static bool needToRenderWithSkia(const SkScalerContext::Rec& rec) { argument
604 compute_quality(const SkScalerContext::Rec& rec) argument
[all...]
H A DSkFontHost_mac_coretext.cpp532 const NameStyleRec* rec = reinterpret_cast<const NameStyleRec*>(ctx); local
534 return rec->fStyle == style && mface->fName.equals(rec->fName);
573 NameStyleRec rec = { familyName, style }; local
574 SkTypeface* face = SkTypefaceCache::FindByProcAndRef(FindByNameStyle, &rec);
1735 void SkFontHost::FilterRec(SkScalerContext::Rec* rec, SkTypeface*) { argument
1739 rec->fFlags &= ~flagsWeDontSupport;
1747 SkPaint::Hinting hinting = rec->getHinting();
1753 rec->setHinting(hinting);
1774 if (isLCDFormat(rec
[all...]
/external/srec/srec/crec/
H A Dsrec.c60 static void reset_cost_offsets(multi_srec* rec, frameID current_search_frame,
62 static void update_internal_hmm_states(srec *rec, costdata *pcurrent_prune_delta,
78 static altword_token* reprune_altword_token_batch(srec* rec, argument
88 free_altword_token(rec, batch);
102 free_altword_token(rec, awtoken);
125 free_altword_token(rec, awtoken);
131 free_altword_token(rec, batch);
137 static void reprune_altword_tokens(srec* rec) argument
142 bigcostdata current_prune_delta = rec->prune_delta;
146 for (i = rec
212 copy_altwords(srec* rec, altword_token* list1, costdata delta) argument
269 sizewise_altwords(srec* rec, altword_token* awtoken_head) argument
349 find_which_models_to_compute(srec *rec, const SWIModel *acoustic_models) argument
441 prune_new_tokens(srec *rec, costdata current_prune_thresh) argument
490 reprune_word_tokens_if_necessary(srec *rec) argument
509 reprune_new_states(srec *rec, costdata current_best_cost, costdata current_prune_delta) argument
550 prune_fsmnode_tokens(srec *rec, costdata current_prune_thresh, ftokenID not_this_one) argument
589 reprune_fsmnode_tokens(srec *rec, costdata current_best_cost, costdata current_prune_delta, ftokenID not_this_one) argument
628 reset_best_cost_to_zero(srec* rec, costdata current_best_cost) argument
654 reset_cost_offsets(multi_srec* rec, frameID current_frame, costdata current_best_cost) argument
673 create_word_token(srec *rec) argument
695 block_fsmnodes_per_backtrace(srec *rec, wtokenID wtoken_id) argument
716 srec_process_word_boundary_nbest(srec* rec, nodeID end_node, wordID word, wtokenID word_backtrace, costdata cost, costdata* pcurrent_word_threshold, int *any_nodes_blocked) argument
795 srec_get_parent_for_active_fsmnode(srec* rec, ftokenID ftoken_index) argument
822 do_epsilon_updates(srec *rec, costdata prune_delta, costdata best_cost) argument
1096 update_internal_hmm_states(srec *rec, costdata *pcurrent_prune_delta, costdata *pcurrent_best_cost, costdata *precomputed_model_scores) argument
1251 update_from_hmms_to_fsmnodes(srec *rec, costdata prune_delta, costdata best_cost) argument
1518 update_from_current_fsm_nodes_into_new_HMMs(srec* rec, costdata *pcurrent_prune_delta, costdata *pcurrent_best_cost, costdata *precomputed_model_scores) argument
1696 srec_begin(srec *rec, int begin_syn_node) argument
1785 srec_force_the_end(srec* rec, frameID end_frame, wordID end_word) argument
1821 srec_no_more_frames(srec* rec) argument
1914 srec_terminate(srec* rec) argument
2162 srec_viterbi_part1(srec *rec, const SWIModel *acoustic_models, pattern_info *pattern, costdata silence_model_cost) argument
2258 srec_viterbi_part2(srec *rec) argument
2336 WHICH_RECOG(multi_srec* rec) argument
2361 srec* rec = WHICH_RECOG(recm); local
2411 multi_srec_get_eos_status(multi_srec* rec) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c762 enum IMV_Action_Recommendation rec; local
775 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION;
780 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS;
782 rec != TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
783 rec = TNC_IMV_ACTION_RECOMMENDATION_ISOLATE;
785 rec == TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION)
786 rec = TNC_IMV_ACTION_RECOMMENDATION_ALLOW;
789 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec);
790 tncs->recommendation = rec;
794 switch (rec) {
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c762 enum IMV_Action_Recommendation rec; local
775 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION;
780 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS;
782 rec != TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
783 rec = TNC_IMV_ACTION_RECOMMENDATION_ISOLATE;
785 rec == TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION)
786 rec = TNC_IMV_ACTION_RECOMMENDATION_ALLOW;
789 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec);
790 tncs->recommendation = rec;
794 switch (rec) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c762 enum IMV_Action_Recommendation rec; local
775 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION;
780 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS;
782 rec != TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
783 rec = TNC_IMV_ACTION_RECOMMENDATION_ISOLATE;
785 rec == TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION)
786 rec = TNC_IMV_ACTION_RECOMMENDATION_ALLOW;
789 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec);
790 tncs->recommendation = rec;
794 switch (rec) {
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c269 static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
270 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
275 static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
276 static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
277 static int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct list_struct *rec);
285 struct list_struct *rec);
289 struct list_struct *rec);
1054 struct list_struct rec; local
1106 memset(&rec,'\0',sizeof(rec));
1193 tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) argument
1206 tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) argument
1796 struct list_struct rec; local
1879 struct list_struct *rec; local
2139 struct list_struct rec; local
2259 tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) argument
2309 update_tailer(struct tdb_context *tdb, tdb_off_t offset, const struct list_struct *rec) argument
2322 tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) argument
2424 tdb_allocate_ofs(struct tdb_context *tdb, tdb_len_t length, tdb_off_t rec_ptr, struct list_struct *rec, tdb_off_t last_ptr) argument
2485 tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec) argument
2582 struct list_struct rec; local
2645 tdb_next_lock(struct tdb_context *tdb, struct tdb_traverse_lock *tlock, struct list_struct *rec) argument
2757 struct list_struct rec; local
2867 struct list_struct rec; local
2893 struct list_struct rec; local
2953 struct list_struct rec; local
3018 struct list_struct rec; local
3135 tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, struct list_struct *rec) argument
3154 struct list_struct rec; local
3189 struct list_struct rec; local
3227 struct list_struct rec; local
3254 struct list_struct rec; local
3307 struct list_struct rec; local
3331 struct list_struct rec; local
3367 struct list_struct rec; local
3458 struct list_struct rec; local
[all...]
/external/skia/legacy/src/core/
H A DSkCanvas.cpp32 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); }
33 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); }
235 const DeviceCM* rec = fCurrLayer; local
236 if (rec && rec->fDevice) {
238 fMatrix = rec->fMatrix;
239 fClip = &((SkRasterClip*)&rec->fClip)->forceGetBW();
240 fRC = &rec->fClip;
241 fDevice = rec->fDevice;
243 fPaint = rec
489 MCRec* rec = (MCRec*)iter.next(); local
501 MCRec* rec = (MCRec*)iter.next(); local
[all...]
H A DSkDraw.cpp315 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[], argument
317 SkASSERT(rec.fClip->isRect());
318 const SkIRect& r = rec.fClip->getBounds();
329 static void bw_pt_rect_16_hair_proc(const PtProcRec& rec, argument
332 SkASSERT(rec.fRC->isRect());
333 const SkIRect& r = rec.fRC->getBounds();
351 static void bw_pt_hair_proc(const PtProcRec& rec, const SkPoint devPts[], argument
356 if (rec.fClip->contains(x, y)) {
362 static void bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], argument
365 SkScan::HairLine(devPts[i], devPts[i+1], *rec
369 bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
378 aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
385 aa_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
394 bw_square_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
411 aa_square_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
568 PtProcRec rec; local
2463 GlyphRec rec; local
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp43 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); }
44 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); }
294 const DeviceCM* rec = fCurrLayer; local
295 if (rec && rec->fDevice) {
297 fMatrix = rec->fMatrix;
298 fClip = &((SkRasterClip*)&rec->fClip)->forceGetBW();
299 fRC = &rec->fClip;
300 fDevice = rec->fDevice;
302 fPaint = rec
600 MCRec* rec = (MCRec*) fMCStack.front(); local
615 MCRec* rec = (MCRec*)iter.next(); local
[all...]
H A DSkDraw.cpp333 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[], argument
335 SkASSERT(rec.fClip->isRect());
336 const SkIRect& r = rec.fClip->getBounds();
347 static void bw_pt_rect_16_hair_proc(const PtProcRec& rec, argument
350 SkASSERT(rec.fRC->isRect());
351 const SkIRect& r = rec.fRC->getBounds();
368 static void bw_pt_rect_32_hair_proc(const PtProcRec& rec, argument
371 SkASSERT(rec.fRC->isRect());
372 const SkIRect& r = rec.fRC->getBounds();
389 static void bw_pt_hair_proc(const PtProcRec& rec, cons argument
400 bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
407 bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
416 aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
423 aa_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
432 bw_square_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
449 aa_square_proc(const PtProcRec& rec, const SkPoint devPts[], int count, SkBlitter* blitter) argument
607 PtProcRec rec; local
2613 GlyphRec rec; local
[all...]
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2475 const RecordDecl *rec = field->getParent(); local
2484 bool mayAlias = rec->hasAttr<MayAliasAttr>();
2488 if (rec->isUnion()) {
2493 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
/external/freetype/src/truetype/
H A Dttinterp.c4592 TT_DefRecord* rec; local
4599 rec = CUR.FDefs;
4600 limit = rec + CUR.numFDefs;
4603 for ( ; rec < limit; rec++ )
4605 if ( rec->opc == n )
4609 if ( rec == limit )
4628 rec->range = CUR.curRange;
4629 rec->opc = (FT_UInt16)n;
4630 rec
[all...]
/external/skia/legacy/src/ports/
H A DSkFontHost_mac_coretext.cpp500 const NameStyleRec* rec = reinterpret_cast<const NameStyleRec*>(ctx); local
502 return rec->fStyle == style && mface->fName.equals(rec->fName);
542 NameStyleRec rec = { familyName, style }; local
543 SkTypeface* face = SkTypefaceCache::FindByProcAndRef(FindByNameStyle, &rec);
1876 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) { argument
1880 rec->fFlags &= ~flagsWeDontSupport;
1883 SkPaint::Hinting h = rec->getHinting();
1889 rec->setHinting(h);
1892 if (isLCDFormat(rec
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jar ... .eclipse.ui.part.PageBookView$PageRec rec org.eclipse.ui.views.contentoutline. ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1954 LargeCacheRecord rec; // Resource Record extracted from received message member in struct:mDNS_struct
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 832 milliseconds

1234567