HomeSort by relevance Sort by last modified time
    Searched full:argsize (Results 1 - 13 of 13) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 172 argument ARG (of size ARGSIZE), using QUOTING_STYLE, FLAGS, and
178 If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE.
181 ARGSIZE, O), except it breaks O into its component pieces and is
186 char const *arg, size_t argsize,
279 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++)
286 && i + quote_string_len <= argsize
303 if (i + 1 < argsize && '0' <= arg[i + 1] && arg[i + 1] <= '9')
324 && i + 2 < argsize && arg[i + 1] == '?'
    [all...]
quotearg.h 223 argument ARG (of size ARGSIZE), using O to control quoting.
229 If ARGSIZE is -1, use the string length of the argument for ARGSIZE.
230 On output, BUFFER might contain embedded null bytes if ARGSIZE was
234 char const *arg, size_t argsize,
240 char *quotearg_alloc (char const *arg, size_t argsize,
245 non-NULL. The result might contain embedded null bytes if ARGSIZE
249 char *quotearg_alloc_mem (char const *arg, size_t argsize,
265 of size ARGSIZE. This is like quotearg_n (N, ARG), except it can
267 char *quotearg_n_mem (int n, char const *arg, size_t argsize);
    [all...]
  /external/bison/lib/
quotearg.c 175 argument ARG (of size ARGSIZE), using QUOTING_STYLE and the
181 If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE.
184 ARGSIZE, O), except it uses QUOTING_STYLE instead of the quoting
189 char const *arg, size_t argsize,
265 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++)
272 && i + quote_string_len <= argsize
296 if (i + 2 < argsize && arg[i + 1] == '?')
342 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)
    [all...]
quotearg.h 91 argument ARG (of size ARGSIZE), using O to control quoting.
97 If ARGSIZE is -1, use the string length of the argument for ARGSIZE. */
99 char const *arg, size_t argsize,
104 char *quotearg_alloc (char const *arg, size_t argsize,
123 argument ARG of size ARGSIZE. This is like quotearg_n_style
126 char const *arg, size_t argsize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_device.h 40 int argsize; /* size of the argument */ member in struct:snd_seq_device
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
72 int snd_seq_device_register_driver(char *id, struct snd_seq_dev_ops *entry, int argsize);
  /system/core/toolbox/
ioctl.c 47 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n"
49 " -a <argsize> Size of each argument (1-8)\n"
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 97 movzwl 12(%ebp), %ecx # %ecx<- argsize in words
100 shl $2, %ecx # %ecx<- argsize in bytes
128 movzwl %bx, %ecx # %ecx<- %bx; argsize in words
  /external/icu4c/io/
uprntf_p.c 202 int32_t argSize;
207 argSize = (int32_t)strlen(arg) + 1;
208 if (argSize >= MAX_UCHAR_BUFFER_SIZE(buffer)) {
209 s = ufmt_defaultCPToUnicode(arg, argSize,
210 (UChar *)uprv_malloc(MAX_UCHAR_BUFFER_NEEDED(argSize)),
211 MAX_UCHAR_BUFFER_NEEDED(argSize));
217 s = ufmt_defaultCPToUnicode(arg, argSize, buffer,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 754 unsigned ArgSize = VA.getValVT().getSizeInBits()/8;
756 int FI = MFI->CreateFixedObject(ArgSize, StackLoc, true);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1438 milliseconds