Home
last modified time | relevance | path

Searched refs:fld (Results 1 – 25 of 81) sorted by relevance

1234

/external/fio/
Dfilelock.c33 } *fld; variable
37 flist_add(&ff->list, &fld->free_list); in put_filelock()
44 if (flist_empty(&fld->free_list)) in __get_filelock()
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list); in __get_filelock()
61 fio_mutex_up(&fld->lock); in get_filelock()
63 fio_mutex_down(&fld->lock); in get_filelock()
74 fld = smalloc(sizeof(*fld)); in fio_filelock_init()
75 if (!fld) in fio_filelock_init()
78 INIT_FLIST_HEAD(&fld->list); in fio_filelock_init()
79 INIT_FLIST_HEAD(&fld->free_list); in fio_filelock_init()
[all …]
/external/vboot_reference/utility/
Dtlcl_generator.c57 Field* fld = (Field*) calloc(1, sizeof(Field)); in AddVisibleField() local
61 fld->next = cmd->fields; in AddVisibleField()
62 cmd->fields = fld; in AddVisibleField()
63 fld->name = name; in AddVisibleField()
64 fld->visible = 1; in AddVisibleField()
65 fld->offset = offset; in AddVisibleField()
73 Field* fld = (Field*) calloc(1, sizeof(Field)); in AddInitializedField() local
74 fld->next = cmd->fields; in AddInitializedField()
75 cmd->fields = fld; in AddInitializedField()
76 fld->name = NULL; in AddInitializedField()
[all …]
/external/boringssl/src/crypto/asn1/
Dtasn_prn.c159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
167 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument
211 if(*fld == NULL) in asn1_item_print_ctx()
229 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx()
236 if (!asn1_primitive_print(out, fld, it, in asn1_item_print_ctx()
248 i = ef->asn1_ex_print(out, fld, indent, "", pctx); in asn1_item_print_ctx()
266 i = asn1_get_choice_selector(fld, it); in asn1_item_print_ctx()
276 tmpfld = asn1_get_field_ptr(fld, tt); in asn1_item_print_ctx()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_dirinfo.c301 TIFFField *fld = tif->tif_fields[i]; in _TIFFSetupFields() local
302 if (fld->field_bit == FIELD_CUSTOM && in _TIFFSetupFields()
303 strncmp("Tag ", fld->field_name, 4) == 0) { in _TIFFSetupFields()
304 _TIFFfree(fld->field_name); in _TIFFSetupFields()
305 _TIFFfree(fld); in _TIFFSetupFields()
563 const TIFFField *fld; in _TIFFFindOrRegisterField() local
565 fld = TIFFFindField(tif, tag, dt); in _TIFFFindOrRegisterField()
566 if (fld == NULL) { in _TIFFFindOrRegisterField()
567 fld = _TIFFCreateAnonField(tif, tag, dt); in _TIFFFindOrRegisterField()
568 if (!_TIFFMergeFields(tif, fld, 1)) in _TIFFFindOrRegisterField()
[all …]
Dtif_close.c84 TIFFField *fld = tif->tif_fields[i]; in TIFFCleanup() local
85 if (fld->field_bit == FIELD_CUSTOM && in TIFFCleanup()
86 strncmp("Tag ", fld->field_name, 4) == 0) { in TIFFCleanup()
87 _TIFFfree(fld->field_name); in TIFFCleanup()
88 _TIFFfree(fld); in TIFFCleanup()
/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c317 TIFFField *fld = tif->tif_fields[i]; in _TIFFSetupFields() local
318 if (fld->field_bit == FIELD_CUSTOM && in _TIFFSetupFields()
319 strncmp("Tag ", fld->field_name, 4) == 0) { in _TIFFSetupFields()
320 _TIFFfree(fld->field_name); in _TIFFSetupFields()
321 _TIFFfree(fld); in _TIFFSetupFields()
615 const TIFFField *fld; in _TIFFFindOrRegisterField() local
617 fld = TIFFFindField(tif, tag, dt); in _TIFFFindOrRegisterField()
618 if (fld == NULL) { in _TIFFFindOrRegisterField()
619 fld = _TIFFCreateAnonField(tif, tag, dt); in _TIFFFindOrRegisterField()
620 if (!_TIFFMergeFields(tif, fld, 1)) in _TIFFFindOrRegisterField()
[all …]
Dtif_close.c84 TIFFField *fld = tif->tif_fields[i]; in TIFFCleanup() local
85 if (fld->field_bit == FIELD_CUSTOM && in TIFFCleanup()
86 strncmp("Tag ", fld->field_name, 4) == 0) { in TIFFCleanup()
87 _TIFFfree(fld->field_name); in TIFFCleanup()
88 _TIFFfree(fld); in TIFFCleanup()
/external/blktrace/btt/
Diostat.c25 #define INC_STAT(dip, fld) \ argument
27 (dip)->stats. fld ++; \
28 (dip)->all_stats. fld ++; \
31 #define DEC_STAT(dip, fld) \ argument
33 (dip)->stats. fld --; \
34 (dip)->all_stats. fld --; \
37 #define ADD_STAT(dip, fld, val) \ argument
40 (dip)->stats. fld += __v; \
41 (dip)->all_stats. fld += __v; \
44 #define SUB_STAT(dip, fld, val) \ argument
[all …]
Dbno_plot.py101 fld = line.split(None) variable
102 print >>fo, fld[0], fld[1], int(fld[2])-int(fld[1])
Doutput.c254 #define __update_odp(odp, dip, fld) \ argument
256 (odp)-> fld .total += dip->avgs. fld . total; \
257 (odp)-> fld .n += dip->avgs. fld . n; \
285 #define OD_AVG(od, fld, q2c) \ argument
286 (od. fld .n == 0) ? (double)0.0 : \
287 (100.0 * ((double)((od). fld . total) / q2c))
/external/jdiff/src/jdiff/
DHTMLIndexes.java778 FieldAPI fld = (FieldAPI)(iterField.next()); in emitFieldsIndex() local
779 fieldNames.add(new Index(fld.name_, 0, pkgName, className, fld.type_, true)); in emitFieldsIndex()
783 FieldAPI fld = (FieldAPI)(iterField.next()); in emitFieldsIndex() local
784 Index idx = new Index(fld.name_, 1, pkgName, className, fld.type_, true); in emitFieldsIndex()
785 idx.doc_ = fld.doc_; // Used for checking @since in emitFieldsIndex()
790 MemberDiff fld = (MemberDiff)(iterField.next()); in emitFieldsIndex() local
791 fieldNames.add(new Index(fld.name_, 2, pkgName, className, fld.newType_, true)); in emitFieldsIndex()
803 public char emitFieldIndexEntry(Index fld, char oldsw, in emitFieldIndexEntry() argument
806 String className = fld.pkgName_ + "." + fld.className_; in emitFieldIndexEntry()
807 String memberRef = fld.pkgName_ + "." + fld.className_; in emitFieldIndexEntry()
[all …]
/external/libmpeg2/common/
Dideint_utils.c101 WORD32 fld; in ideint_weave_pic() local
108 for(fld = 0; fld < 2; fld++) in ideint_weave_pic()
110 ps_src_fld = ps_src_flds[fld]; in ideint_weave_pic()
133 pu1_dst += fld * dst_strd; in ideint_weave_pic()
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py130 def GetValue(self, fld): argument
132 return self.ctrls[fld].GetValue()
134 def SetValue(self, fld, val): argument
136 self.ctrls[fld].SetValue(val)
206 def GetValue(self, fld): argument
207 return self.je.ctrls[fld].GetValue()
209 def SetValue(self, fld, val): argument
210 self.je.ctrls[fld].SetValue(val)
228 def GetValue(self, fld): argument
229 return self.je.ctrls[fld].GetValue()
[all …]
DJetDefs.py41 fld = ctrl[0]
42 if fld[0:2] != "fr":
43 if u.IniGetValue(self.JETCREATOR_HLP, dlgName, fld) == "":
44 u.IniSetValue(self.JETCREATOR_HLP, dlgName, fld, "")
45 print(fld)
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt33 fld P -> fld Q
34 fld Q fld P
/external/javassist/src/main/javassist/util/proxy/
DSecurityActions.java113 static void set(final Field fld, final Object target, final Object value)
117 fld.set(target, value);
122 fld.set(target, value);
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h135 fld f in opj_lrintf()
152 fld f in opj_lrintf()
/external/javassist/sample/evolve/
DEvolution.java113 CtField fld = new CtField(pool.get("java.lang.Class"), in makeAbstractClass() local
115 fld.setModifiers(Modifier.PUBLIC | Modifier.STATIC); in makeAbstractClass()
120 absClass.addField(fld, finit); in makeAbstractClass()
/external/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll20 ; Setting up argument in st(0) should be a single fld.
22 ; CHECK: fld
34 ; CHECK: fld
94 ; CHECK: fld %st(0)
113 ; CHECK-NOT: fld %st(0)
132 ; CHECK: fld %st(0)
314 ; CHECK: fld %st(0)
336 ; CHECK: fld %st(0)
Dsqrt-fastmath.ll52 define x86_fp80 @fld(x86_fp80 %ld) #0 {
53 ; NORECIP-LABEL: fld:
59 ; ESTIMATE-LABEL: fld:
D2008-09-25-sseregparm-1.ll2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep fld | count 2
/external/llvm/test/MC/Disassembler/X86/
Dfp-stack.txt196 # CHECK: fld %st(0)
199 # CHECK: fld %st(1)
202 # CHECK: fld %st(2)
205 # CHECK: fld %st(3)
208 # CHECK: fld %st(4)
211 # CHECK: fld %st(5)
214 # CHECK: fld %st(6)
217 # CHECK: fld %st(7)
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dos_specific_inline.h25 fld x_dbl in WebRtcIsac_lrint()
/external/valgrind/none/tests/x86-darwin/
Dbug341419.c10 #define offsetof(type, fld) ((unsigned long)&((type *)0)->fld) argument
/external/valgrind/none/tests/amd64-darwin/
Dbug341419.c10 #define offsetof(type, fld) ((unsigned long)&((type *)0)->fld) argument

1234