Searched defs:fl (Results 1 - 25 of 43) sorted by relevance

12

/external/ppp/pppd/plugins/radius/
H A Dlock.c18 struct flock fl; local
21 memset((void *)&fl, 0, sizeof(fl));
23 fl.l_type = F_WRLCK;
24 fl.l_whence = fl.l_start = 0;
25 fl.l_len = 0; /* 0 means "to end of file" */
27 res = fcntl(fd, F_SETLK, &fl);
37 struct flock fl; local
39 memset((void *)&fl,
[all...]
/external/libffi/testsuite/libffi.call/
H A Dreturn_fl.c10 static float return_fl(float fl) argument
12 return 2 * fl;
19 float fl, rfl; local
22 values[0] = &fl;
28 for (fl = -127.0; fl < 127; fl++)
31 printf ("%f vs %f\n", rfl, return_fl(fl));
32 CHECK(rfl == 2 * fl);
/external/valgrind/main/none/tests/
H A Dmmap_fcntl_bug.c18 struct flock fl; local
30 fl.l_type = F_WRLCK;
31 fl.l_whence = SEEK_SET;
32 fl.l_start = 0;
33 fl.l_len = 1;
36 if (fcntl(fd, F_SETLK, &fl) != 0)
46 if (fcntl(fd, F_SETLK, &fl) == 0)
/external/clang/test/FixIt/
H A Ddereference-addressof.c13 float fl = 0; local
20 fl = bPtr + a; // expected-error{{assigning to 'float' from incompatible type 'float *'; dereference with *}}
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.c26 struct flock fl; local
28 fl.l_type = F_WRLCK; /* exclusive lock */
29 fl.l_whence = SEEK_SET;
30 fl.l_start = 0;
31 fl.l_len = 0; /* lock entire file */
32 fl.l_pid = 0;
33 return fcntl(fd, F_SETLK, &fl) >= 0;
/external/aac/libAACenc/src/
H A Dtransform.cpp117 fl: left window slope length
122 int tl, fl, nl, fr, nr; local
141 fl = frameLength - offset;
146 fl = frameLength >> 3;
150 fl = frameLength;
154 fl = fr = frameLength >> 3;
156 timeData = pTimeData + 3*fl + (fl/2);
166 nl = (tl - fl)>>1;
168 pLeftWindowPart = FDKgetWindowSlope(fl, *prevWindowShap
[all...]
/external/clang/test/CodeGenCXX/
H A Dvtable-linkage.cpp96 F<long> fl; local
97 (void)fl;
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestFancyCar.java59 private VehicleWheel fr, fl, br, bl; field in class:TestFancyCar
/external/kernel-headers/original/linux/lockd/
H A Dxdr.h32 struct file_lock fl; member in struct:nlm_lock
/external/quake/quake/src/QW/client/
H A Dcl_demo.c73 float fl; local
79 fl = LittleFloat((float)realtime);
80 fwrite (&fl, sizeof(fl), 1, cls.demofile);
98 fl = LittleFloat (cl.viewangles[i]);
99 fwrite (&fl, 4, 1, cls.demofile);
115 float fl; local
123 fl = LittleFloat((float)realtime);
124 fwrite (&fl, sizeof(fl),
314 float fl; local
344 float fl; local
[all...]
/external/aac/libFDK/src/
H A Dmdct.cpp201 int fl = *pfl, nl = *pnl; local
205 hMdct->prev_fr = fl;
206 hMdct->prev_nr = (noOutSamples-fl)>>1;
212 window_diff = (hMdct->prev_fr - fl)>>1;
225 if (fl < hMdct->prev_fr) {
237 hMdct->prev_fr = fl;
241 fl = hMdct->prev_fr;
244 *pfl = fl;
257 INT fl,
270 nl = (tl - fl)>>
248 imdct_block( H_MDCT hMdct, FIXP_DBL *output, FIXP_DBL *spectrum, const SHORT scalefactor[], const INT nSpec, const INT noOutSamples, const INT tl, const FIXP_WTP *wls, INT fl, const FIXP_WTP *wrs, const INT fr, FIXP_DBL gain ) argument
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc323 AsanChunk **fl = &free_lists_[size_class]; local
327 if (!(*fl)) {
328 *fl = GetNewChunks(size_class);
330 AsanChunk *t = *fl;
331 *fl = t->next;
668 AsanChunk **fl = &t->malloc_storage().free_lists_[size_class];
669 if (!*fl) {
671 *fl = malloc_info.AllocateChunks(size_class, n_new_chunks);
674 m = *fl;
675 *fl
[all...]
/external/e2fsprogs/misc/
H A Dchattr.c128 unsigned long fl; local
160 if ((fl = get_flag(*p)) == 0)
162 rf |= fl;
169 if ((fl = get_flag(*p)) == 0)
171 af |= fl;
177 if ((fl = get_flag(*p)) == 0)
179 sf |= fl;
H A Duuidd.c232 struct flock fl; local
253 fl.l_type = F_WRLCK;
254 fl.l_whence = SEEK_SET;
255 fl.l_start = 0;
256 fl.l_len = 0;
257 fl.l_pid = 0;
258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) {
/external/iproute2/genl/
H A Dctrl.c115 void print_ctrl_cmd_flags(FILE *fp, __u32 fl) argument
117 fprintf(fp, "\n\t\tCapabilities (0x%x):\n ", fl);
118 if (!fl) {
124 if (fl & GENL_ADMIN_PERM)
126 if (fl & GENL_CMD_CAP_DO)
128 if (fl & GENL_CMD_CAP_DUMP)
130 if (fl & GENL_CMD_CAP_HASPOL)
150 __u32 *fl = RTA_DATA(tb[CTRL_ATTR_OP_FLAGS]); local
151 print_ctrl_cmd_flags(fp, *fl);
/external/qemu/target-i386/
H A Dhax-darwin.c268 int hax_sync_fpu(CPUState *env, struct fx_layout *fl, int set) argument
277 ret = ioctl(fd, HAX_VCPU_IOCTL_SET_FPU, fl);
279 ret = ioctl(fd, HAX_VCPU_IOCTL_GET_FPU, fl);
H A Dhax-windows.c399 int hax_sync_fpu(CPUState *env, struct fx_layout *fl, int set) argument
415 fl, sizeof(*fl),
423 fl, sizeof(*fl),
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c314 struct flock fl; local
330 fl.l_type = F_WRLCK;
331 fl.l_whence = SEEK_SET;
332 fl.l_start = 0;
333 fl.l_len = 0;
334 fl.l_pid = 0;
337 while (fcntl(state_fd, F_SETLKW, &fl) < 0) {
408 fl.l_type = F_UNLCK;
409 fcntl(state_fd, F_SETLK, &fl);
/external/strace/
H A Ddesc.c237 struct flock fl; local
240 if (personality_wordsize[current_personality] != sizeof(fl.l_start)) {
254 fl.l_type = fl32.l_type;
255 fl.l_whence = fl32.l_whence;
256 fl.l_start = fl32.l_start;
257 fl.l_len = fl32.l_len;
258 fl.l_pid = fl32.l_pid;
268 if (umove(tcp, addr, &fl) < 0) {
274 printxval(lockfcmds, fl.l_type, "F_???");
276 printxval(whence, fl
290 struct flock64 fl; local
[all...]
/external/aac/libAACdec/src/
H A Dblock.cpp690 int fr, fl, tl, nSamples, nSpec; local
692 /* Determine left slope length (fl), right slope length (fr) and transform length (tl).
702 fl = frameLen;
706 fl = frameLen >> 3;
710 fl = frameLen;
714 fl = fr = frameLen >> 3;
734 FDKgetWindowSlope(fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)),
735 fl,
/external/harfbuzz/src/
H A Dharfbuzz-open.c353 _HB_OPEN_Load_FeatureList( HB_FeatureList* fl, argument
369 count = fl->FeatureCount = GET_UShort();
373 fl->FeatureRecord = NULL;
375 if ( ALLOC_ARRAY( fl->FeatureRecord, count, HB_FeatureRecord ) )
377 if ( ALLOC_ARRAY( fl->ApplyOrder, count, HB_UShort ) )
380 fl->ApplyCount = 0;
382 fr = fl->FeatureRecord;
407 FREE( fl->ApplyOrder );
410 FREE( fl->FeatureRecord );
417 _HB_OPEN_Free_FeatureList( HB_FeatureList* fl )
[all...]
/external/kernel-headers/original/linux/
H A Dnetfilter.h260 int (*route)(struct dst_entry **dst, struct flowi *fl);
313 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) argument
322 decodefn(skb, fl);
352 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) argument
/external/opencv/cvaux/src/
H A Dcvsegment.cpp51 short fl; member in struct:Seg
63 stack[StIn].fl=(short)(FL); \
72 FL=stack[StIn].fl; }
/external/oprofile/libpp/
H A Dformat_output.cpp225 format_flags fl, size_t padding, bool hide_immutable)
230 field_description const & field(format_map[fl]);
239 field_description const & field(format_map[fl]);
248 output_header_field(ostream & out, format_flags fl, size_t padding) argument
252 field_description const & field(format_map[fl]);
910 format_flags fl, tag_t tag)
912 field_description const & field(format_map[fl]);
917 if (fl == ff_linenr_info && (tag == SOURCE_LINE || tag == SOURCE_FILE)) {
224 output_field(ostream & out, field_datum const & datum, format_flags fl, size_t padding, bool hide_immutable) argument
909 output_attribute(ostream & out, field_datum const & datum, format_flags fl, tag_t tag) argument
/external/dbus/test/
H A Ddecode-gcov.c1377 File *fl)
1402 link = _dbus_list_get_first_link (&fl->functions);
1422 /* fl->name is a full path and the filename in .bb is
1427 _dbus_string_init_const (&tmp_str, fl->name);
1439 fl->name,
1472 link = _dbus_list_get_next_link (&fl->functions, link);
1506 if (val >= fl->n_lines)
1509 val, fl->n_lines);
1519 &fl->lines[val]))
1523 if (!_dbus_list_append (&fl
1376 get_lines_from_bb_file(const DBusString *contents, File *fl) argument
[all...]

Completed in 698 milliseconds

12