HomeSort by relevance Sort by last modified time
    Searched refs:max_chars (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
frags.c 228 frag_var_init (relax_stateT type, size_t max_chars, size_t var,
248 frag_new (max_chars);
251 /* Start a new frag unless we have max_chars more chars of room in the
259 frag_var (relax_stateT type, size_t max_chars, size_t var,
265 frag_grow (max_chars);
267 obstack_blank_fast (&frchain_now->frch_obstack, max_chars);
268 frag_var_init (type, max_chars, var, subtype, symbol, offset, opcode);
278 frag_variant (relax_stateT type, size_t max_chars, size_t var,
285 frag_var_init (type, max_chars, var, subtype, symbol, offset, opcode);
frags.h 141 size_t max_chars,
149 size_t max_chars,
dwarf2dbg.c 1427 int max_chars; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_print.c 38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);
398 size_t max_chars = local
401 _TIFFprintAsciiBounded(fd, cp, max_chars);
682 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars)
684 for (; max_chars > 0 && *cp != '\0'; cp++, max_chars--) {
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 428 uint32_t max_chars = (src_len - 2) / 2; local
429 if (!max_chars) {
435 FX_WCHAR* dest_buf = result.GetBuffer(max_chars);
438 for (uint32_t i = 0; i < max_chars * 2; i += 2) {
443 while (i < max_chars * 2) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 138 /* NOTE: max_chars is a local variable from frag_var / frag_variant. */
139 #define TC_FRAG_INIT(fragp) aarch64_init_frag (fragp, max_chars)
tc-arm.h 237 /* NOTE: max_chars is a local variable from frag_var / frag_variant. */
238 #define TC_FRAG_INIT(fragp) arm_init_frag (fragp, max_chars)
tc-aarch64.c     [all...]
tc-arm.c     [all...]
tc-mips.c     [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 470 * exceeding max_chars are truncated at the first word boundary
479 int max_chars = 250; local
491 if (str.length() > max_chars) {
492 marker = bi.following(max_chars);
    [all...]
  /external/tcpdump/
tcpdump.c 814 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
837 if (cnt == 0 && max_chars == 0)
840 if (snprintf(buffer, PATH_MAX + 1, "%s%0*d", filename, max_chars, cnt) > PATH_MAX)
    [all...]
  /external/freetype/src/pfr/
pfrload.c 147 FT_FRAME_USHORT( max_chars ),
  /external/pcre/dist2/src/
pcre2_jit_compile.c     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 1352 milliseconds