Searched refs:fld (Results 1 - 25 of 63) sorted by relevance

123

/external/fio/
H A Dfilelock.c33 } *fld; variable in typeref:struct:filelock_data
37 flist_add(&ff->list, &fld->free_list);
44 if (flist_empty(&fld->free_list))
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
61 fio_mutex_up(&fld->lock);
63 fio_mutex_down(&fld->lock);
74 fld = smalloc(sizeof(*fld));
75 if (!fld)
78 INIT_FLIST_HEAD(&fld
[all...]
/external/vboot_reference/utility/
H A Dtlcl_generator.c57 Field* fld = (Field*) calloc(1, sizeof(Field)); local
61 fld->next = cmd->fields;
62 cmd->fields = fld;
63 fld->name = name;
64 fld->visible = 1;
65 fld->offset = offset;
73 Field* fld = (Field*) calloc(1, sizeof(Field)); local
74 fld->next = cmd->fields;
75 cmd->fields = fld;
76 fld
394 OutputFields(Field* fld) argument
408 OutputBytes_(Command* cmd, Field* fld) argument
459 OutputFieldPointers(Command* cmd, Field* fld) argument
515 FreeFields(Field* fld) argument
[all...]
/external/opencv3/3rdparty/libtiff/
H A Dtif_close.c84 TIFFField *fld = tif->tif_fields[i]; local
85 if (fld->field_bit == FIELD_CUSTOM &&
86 strncmp("Tag ", fld->field_name, 4) == 0) {
87 _TIFFfree(fld->field_name);
88 _TIFFfree(fld);
H A Dtif_dirinfo.c301 TIFFField *fld = tif->tif_fields[i]; local
302 if (fld->field_bit == FIELD_CUSTOM &&
303 strncmp("Tag ", fld->field_name, 4) == 0) {
304 _TIFFfree(fld->field_name);
305 _TIFFfree(fld);
563 const TIFFField *fld; local
565 fld = TIFFFindField(tif, tag, dt);
566 if (fld == NULL) {
567 fld = _TIFFCreateAnonField(tif, tag, dt);
568 if (!_TIFFMergeFields(tif, fld,
578 TIFFField *fld; local
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_close.c84 TIFFField *fld = tif->tif_fields[i]; local
85 if (fld->field_bit == FIELD_CUSTOM &&
86 strncmp("Tag ", fld->field_name, 4) == 0) {
87 _TIFFfree(fld->field_name);
88 _TIFFfree(fld);
H A Dtif_dirinfo.c317 TIFFField *fld = tif->tif_fields[i]; local
318 if (fld->field_bit == FIELD_CUSTOM &&
319 strncmp("Tag ", fld->field_name, 4) == 0) {
320 _TIFFfree(fld->field_name);
321 _TIFFfree(fld);
615 const TIFFField *fld; local
617 fld = TIFFFindField(tif, tag, dt);
618 if (fld == NULL) {
619 fld = _TIFFCreateAnonField(tif, tag, dt);
620 if (!_TIFFMergeFields(tif, fld,
630 TIFFField *fld; local
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dos_specific_inline.h25 fld x_dbl
/external/blktrace/btt/
H A Dbno_plot.py101 fld = line.split(None) variable
102 print >>fo, fld[0], fld[1], int(fld[2])-int(fld[1])
H A Diostat.c25 #define INC_STAT(dip, fld) \
27 (dip)->stats. fld ++; \
28 (dip)->all_stats. fld ++; \
31 #define DEC_STAT(dip, fld) \
33 (dip)->stats. fld --; \
34 (dip)->all_stats. fld --; \
37 #define ADD_STAT(dip, fld, val) \
40 (dip)->stats. fld += __v; \
41 (dip)->all_stats. fld += __v; \
44 #define SUB_STAT(dip, fld, va
[all...]
H A Doutput.c254 #define __update_odp(odp, dip, fld) \
256 (odp)-> fld .total += dip->avgs. fld . total; \
257 (odp)-> fld .n += dip->avgs. fld . n; \
285 #define OD_AVG(od, fld, q2c) \
286 (od. fld .n == 0) ? (double)0.0 : \
287 (100.0 * ((double)((od). fld . total) / q2c))
/external/boringssl/src/crypto/asn1/
H A 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, argument
211 if(*fld == NULL)
229 if (!asn1_template_print_ctx(out, fld, indent,
236 if (!asn1_primitive_print(out, fld, it,
248 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
266 i = asn1_get_choice_selector(fld, it);
276 tmpfld = asn1_get_field_ptr(fld, t
342 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
534 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java113 static void set(final Field fld, final Object target, final Object value) argument
117 fld.set(target, value);
122 fld.set(target, value);
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_includes.h135 fld f
152 fld f
/external/libmpeg2/common/
H A Dideint_utils.c101 WORD32 fld; local
108 for(fld = 0; fld < 2; fld++)
110 ps_src_fld = ps_src_flds[fld];
133 pu1_dst += fld * dst_strd;
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java778 FieldAPI fld = (FieldAPI)(iterField.next());
779 fieldNames.add(new Index(fld.name_, 0, pkgName, className, fld.type_, true));
783 FieldAPI fld = (FieldAPI)(iterField.next());
784 Index idx = new Index(fld.name_, 1, pkgName, className, fld.type_, true);
785 idx.doc_ = fld.doc_; // Used for checking @since
790 MemberDiff fld = (MemberDiff)(iterField.next());
791 fieldNames.add(new Index(fld.name_, 2, pkgName, className, fld
803 emitFieldIndexEntry(Index fld, char oldsw, int multipleMarker) argument
1080 Index(String name, int changeType, String pkgName, String className, String type, boolean fld) argument
[all...]
/external/libopus/celt/
H A Dfloat_cast.h112 { fld flt
/external/valgrind/VEX/test/
H A Dfp1.s24 fld %st(0)
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py130 def GetValue(self, fld):
132 return self.ctrls[fld].GetValue()
134 def SetValue(self, fld, val):
136 self.ctrls[fld].SetValue(val)
206 def GetValue(self, fld):
207 return self.je.ctrls[fld].GetValue()
209 def SetValue(self, fld, val):
210 self.je.ctrls[fld].SetValue(val)
228 def GetValue(self, fld):
229 return self.je.ctrls[fld]
[all...]
H A 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)
H A DJetUtils.py151 def StrNoneChk(fld):
153 if fld is None:
155 return str(fld)
472 def GetJetHelpText(dlgName, fld):
474 return IniGetValue(JetDefs.JETCREATOR_HLP, dlgName, fld)
/external/libvorbis/lib/
H A Dos.h112 we get extra fst/fld to
131 fld f
/external/javassist/sample/evolve/
H A DEvolution.java113 CtField fld = new CtField(pool.get("java.lang.Class"),
115 fld.setModifiers(Modifier.PUBLIC | Modifier.STATIC);
120 absClass.addField(fld, finit);
/external/valgrind/none/tests/amd64-darwin/
H A Dbug341419.c10 #define offsetof(type, fld) ((unsigned long)&((type *)0)->fld)
/external/valgrind/none/tests/x86-darwin/
H A Dbug341419.c10 #define offsetof(type, fld) ((unsigned long)&((type *)0)->fld)
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc799 __ fld(1);
800 __ fld(1);
811 __ fld(0);
836 __ fld(1);
837 __ fld(1);
847 __ fld(0);
855 __ fld(1);
856 __ fld(1);
1000 __ fld(1);
1001 __ fld(
[all...]

Completed in 1079 milliseconds

123