Searched refs:ifmt (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/csv/
H A Dload_main.c27 input_fmt ifmt; local
43 ifmt = FORMAT_NL;
58 ifmt = FORMAT_EXCEL;
98 ret = input_load(ifmt, version);
H A Dload.c21 static input_fmt ifmt; /* Input format. */ variable
42 /* ifmt and version are global to this file. */
43 ifmt = ifmt_arg;
171 switch (ifmt) {
236 switch (ifmt) {
305 if (ifmt == FORMAT_EXCEL && p < endp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/csv/
H A Dload_main.c27 input_fmt ifmt; local
43 ifmt = FORMAT_NL;
58 ifmt = FORMAT_EXCEL;
98 ret = input_load(ifmt, version);
H A Dload.c21 static input_fmt ifmt; /* Input format. */ variable
42 /* ifmt and version are global to this file. */
43 ifmt = ifmt_arg;
171 switch (ifmt) {
236 switch (ifmt) {
305 if (ifmt == FORMAT_EXCEL && p < endp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/csv/
H A Dload_main.c27 input_fmt ifmt; local
43 ifmt = FORMAT_NL;
58 ifmt = FORMAT_EXCEL;
98 ret = input_load(ifmt, version);
H A Dload.c21 static input_fmt ifmt; /* Input format. */ variable
42 /* ifmt and version are global to this file. */
43 ifmt = ifmt_arg;
171 switch (ifmt) {
236 switch (ifmt) {
305 if (ifmt == FORMAT_EXCEL && p < endp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Ddate.c135 int ifmt = -1; local
153 ifmt = 0; /* default is date */
157 ifmt = index_in_substrings(isoformats, isofmt_arg);
158 if (ifmt < 0)
256 if (ENABLE_FEATURE_DATE_ISOFMT && ifmt >= 0) {
259 i = 8 + 3 * ifmt;
260 if (ifmt != 0) {
261 /* TODO: if (ifmt==4) i += sprintf(&fmt_dt2str[i], ",%09u", nanoseconds); */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Ddate.c135 int ifmt = -1; local
153 ifmt = 0; /* default is date */
157 ifmt = index_in_substrings(isoformats, isofmt_arg);
158 if (ifmt < 0)
256 if (ENABLE_FEATURE_DATE_ISOFMT && ifmt >= 0) {
259 i = 8 + 3 * ifmt;
260 if (ifmt != 0) {
261 /* TODO: if (ifmt==4) i += sprintf(&fmt_dt2str[i], ",%09u", nanoseconds); */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Ddate.c135 int ifmt = -1; local
153 ifmt = 0; /* default is date */
157 ifmt = index_in_substrings(isoformats, isofmt_arg);
158 if (ifmt < 0)
256 if (ENABLE_FEATURE_DATE_ISOFMT && ifmt >= 0) {
259 i = 8 + 3 * ifmt;
260 if (ifmt != 0) {
261 /* TODO: if (ifmt==4) i += sprintf(&fmt_dt2str[i], ",%09u", nanoseconds); */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dtcm825x.c600 int ifmt; local
610 for (ifmt = 0; ifmt < TCM825X_NUM_CAPTURE_FORMATS; ifmt++)
611 if (pix->pixelformat == tcm825x_formats[ifmt].pixelformat)
614 if (ifmt == TCM825X_NUM_CAPTURE_FORMATS)
615 ifmt = 0; /* Default = YUV 4:2:2 */
617 pix->pixelformat = tcm825x_formats[ifmt].pixelformat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dtcm825x.c600 int ifmt; local
610 for (ifmt = 0; ifmt < TCM825X_NUM_CAPTURE_FORMATS; ifmt++)
611 if (pix->pixelformat == tcm825x_formats[ifmt].pixelformat)
614 if (ifmt == TCM825X_NUM_CAPTURE_FORMATS)
615 ifmt = 0; /* Default = YUV 4:2:2 */
617 pix->pixelformat = tcm825x_formats[ifmt].pixelformat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/opcode/
H A Dcgen.h912 #define CGEN_IFMT_MASK_LENGTH(ifmt) ((ifmt)->mask_length)
916 #define CGEN_IFMT_LENGTH(ifmt) ((ifmt)->length)
923 #define CGEN_IFMT_MASK(ifmt) ((ifmt)->mask)
928 #define CGEN_IFMT_IFLDS(ifmt) ((ifmt)->iflds)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dcmdutils.c445 AVInputFormat *ifmt=NULL; local
469 while((ifmt= av_iformat_next(ifmt))) {
470 if((name == NULL || strcmp(ifmt->name, name)<0) &&
471 strcmp(ifmt->name, last_name)>0){
472 name= ifmt->name;
473 long_name= ifmt->long_name;
476 if(name && strcmp(ifmt->name, name)==0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dcmdutils.c445 AVInputFormat *ifmt=NULL; local
469 while((ifmt= av_iformat_next(ifmt))) {
470 if((name == NULL || strcmp(ifmt->name, name)<0) &&
471 strcmp(ifmt->name, last_name)>0){
472 name= ifmt->name;
473 long_name= ifmt->long_name;
476 if(name && strcmp(ifmt->name, name)==0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/opcode/
H A Dcgen.h912 #define CGEN_IFMT_MASK_LENGTH(ifmt) ((ifmt)->mask_length)
916 #define CGEN_IFMT_LENGTH(ifmt) ((ifmt)->length)
923 #define CGEN_IFMT_MASK(ifmt) ((ifmt)->mask)
928 #define CGEN_IFMT_IFLDS(ifmt) ((ifmt)->iflds)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/opcode/
H A Dcgen.h912 #define CGEN_IFMT_MASK_LENGTH(ifmt) ((ifmt)->mask_length)
916 #define CGEN_IFMT_LENGTH(ifmt) ((ifmt)->length)
923 #define CGEN_IFMT_MASK(ifmt) ((ifmt)->mask)
928 #define CGEN_IFMT_IFLDS(ifmt) ((ifmt)->iflds)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dcmdutils.c445 AVInputFormat *ifmt=NULL; local
469 while((ifmt= av_iformat_next(ifmt))) {
470 if((name == NULL || strcmp(ifmt->name, name)<0) &&
471 strcmp(ifmt->name, last_name)>0){
472 name= ifmt->name;
473 long_name= ifmt->long_name;
476 if(name && strcmp(ifmt->name, name)==0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Daudioconvert.c205 #define CONV(ofmt, otype, ifmt, expr)\
206 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daudioconvert.c205 #define CONV(ofmt, otype, ifmt, expr)\
206 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Daudioconvert.c205 #define CONV(ofmt, otype, ifmt, expr)\
206 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Ddpkt.c63 int ifmt = fmt; local
66 assert( (ifmt >= 0 ) && (ifmt < UPXDT_LEN) );
67 return upxfmt_NAME[ ifmt ];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Ddpkt.c63 int ifmt = fmt; local
66 assert( (ifmt >= 0 ) && (ifmt < UPXDT_LEN) );
67 return upxfmt_NAME[ ifmt ];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Ddpkt.c63 int ifmt = fmt; local
66 assert( (ifmt >= 0 ) && (ifmt < UPXDT_LEN) );
67 return upxfmt_NAME[ ifmt ];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dxtensa-tdep.c1987 xtensa_format ifmt; /* libisa instruction format. */ local
2062 ifmt = xtensa_format_decode (isa, ins);
2063 if (ifmt == XTENSA_UNDEFINED)
2068 ilen = xtensa_format_length (isa, ifmt);
2074 islots = xtensa_format_num_slots (isa, ifmt);
2092 fail = xtensa_format_get_slot (isa, ifmt, is, ins, slot);
2096 opc = xtensa_opcode_decode (isa, ifmt, is, slot);
2144 fail = xtensa_operand_get_field (isa, opc, j, ifmt,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dxtensa-tdep.c1987 xtensa_format ifmt; /* libisa instruction format. */ local
2062 ifmt = xtensa_format_decode (isa, ins);
2063 if (ifmt == XTENSA_UNDEFINED)
2068 ilen = xtensa_format_length (isa, ifmt);
2074 islots = xtensa_format_num_slots (isa, ifmt);
2092 fail = xtensa_format_get_slot (isa, ifmt, is, ins, slot);
2096 opc = xtensa_opcode_decode (isa, ifmt, is, slot);
2144 fail = xtensa_operand_get_field (isa, opc, j, ifmt,

Completed in 460 milliseconds

12