Searched refs:numbered (Results 1 - 11 of 11) sorted by relevance

/external/ltrace/
H A Dvalue_dict.c38 VECT_INIT(&dict->numbered, struct value);
80 if (VECT_CLONE(&target->numbered, &source->numbered, struct value,
86 VECT_DESTROY(&target->numbered, struct value, value_dtor, NULL);
96 return VECT_PUSHBACK(&dict->numbered, val);
117 return vect_size(&dict->numbered);
123 assert(num < vect_size(&dict->numbered));
124 return VECT_ELEMENT(&dict->numbered, struct value, num);
146 VECT_DESTROY(&dict->numbered, struct value, value_dtor, NULL);
H A Dvalue_dict.h28 * supports both numbered and named arguments. */
31 struct vect numbered; member in struct:value_dict
42 /* Push next numbered value, VAL. The value is copied over and the
47 /* Return count of numbered arguments. */
56 /* Get NUM-th numbered argument, or NULL if there's not that much
/external/libvorbis/doc/
H A D08-residue.tex18 variants (numbered 0, 1 and 2) of the same basic vector encoding
233 maximum numbered codebook set up in this stream also renders the
H A D02-bitpacking.tex44 end of the byte. Bits in a byte are numbered from zero at the LSb to
H A D07-floor1.tex162 highest numbered codebook configured in this stream is an error
H A D01-introduction.tex235 algorithms numbered 0 through 2. The packing algorithm details are
335 Vorbis allows an encoder to set up multiple, numbered packet 'modes',
H A D03-codebook.tex244 decision tree with the entry numbers equivalent to the leaves numbered
H A D04-codec.tex226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
/external/bison/build-aux/
H A Dtexinfo.tex5340 % A numbered section within an unnumbered changes to unnumbered too.
5379 % Check for numbered within unnumbered:
5444 % So @section and the like are numbered underneath this chapter.
5589 % Define them by default for a numbered chapter.
5994 % just write one on every page because the title pages are numbered
8508 % this float will not be numbered and cannot be referred to.
8553 % We want each FLOATTYPE to be numbered separately (Figure 1,
/external/pcre/dist/
H A Dpcre_compile.c518 "a numbered reference must not be zero\0"
6592 /* A condition can be an assertion, a number (referring to a numbered
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1452 [f] to the calling convention numbered [cc].

Completed in 4472 milliseconds