Home
last modified time | relevance | path

Searched refs:fixed_length (Results 1 – 4 of 4) sorted by relevance

/external/libevent/
Devent_rpcgen.py1319 fixed_length = ''
1346 fixed_length = res.group(2)
1347 if fixed_length:
1348 fixed_length = fixed_length[1:-1]
1372 if fixed_length:
1373 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1376 elif entry_type == 'int' and not fixed_length:
1378 elif entry_type == 'int64' and not fixed_length:
1380 elif entry_type == 'string' and not fixed_length:
1612 def EntryBytes(self, entry_type, name, tag, fixed_length): argument
[all …]
/external/libxaac/decoder/
Dixheaacd_env_extr.c114 WORD32 fixed_length = 0, num_grid_info = 0, grid_info; in ixheaacd_read_esbr_pvc_envelope() local
179 fixed_length = 8; in ixheaacd_read_esbr_pvc_envelope()
183 fixed_length = 4; in ixheaacd_read_esbr_pvc_envelope()
187 fixed_length = 2; in ixheaacd_read_esbr_pvc_envelope()
191 fixed_length = 1; in ixheaacd_read_esbr_pvc_envelope()
205 for (j = 1, k = 1; j < fixed_length; j++, k++) { in ixheaacd_read_esbr_pvc_envelope()
217 for (j = 1; j < fixed_length; j++, k++) { in ixheaacd_read_esbr_pvc_envelope()
/external/aac/libSBRdec/src/
Denv_extr.cpp978 int num_grid_info, fixed_length, grid_info, j, k = 0; in sbrGetPvcEnvelope() local
982 fixed_length = 8 >> divMode; in sbrGetPvcEnvelope()
983 FDK_ASSERT(num_grid_info * fixed_length == PVC_NTIMESLOT); in sbrGetPvcEnvelope()
992 j = fixed_length - 1; in sbrGetPvcEnvelope()
1000 j = fixed_length; in sbrGetPvcEnvelope()
/external/pcre/dist2/src/
Dpcre2_compile.c7771 int fixed_length; in compile_regex() local
7774 fixed_length = find_fixedlength(last_branch, (options & PCRE2_UTF) != 0, in compile_regex()
7776 if (fixed_length == FFL_LATER) in compile_regex()
7780 else if (fixed_length < 0) in compile_regex()
7782 *errorcodeptr = fixed_length_errors[-fixed_length]; in compile_regex()
7788 if (fixed_length > cb->max_lookbehind) in compile_regex()
7789 cb->max_lookbehind = fixed_length; in compile_regex()
7790 PUT(reverse_count, 0, fixed_length); in compile_regex()
8908 int fixed_length; in pcre2_compile() local
8913 fixed_length = find_fixedlength(cc, utf, TRUE, &cb, NULL, &count); in pcre2_compile()
[all …]