Searched refs:Len (Results 1 - 25 of 119) sorted by relevance

12345

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DValgrind.cpp38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { argument
42 VALGRIND_DISCARD_TRANSLATIONS(Addr, Len);
51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.h24 unsigned lookupName(const char *Name, unsigned Len) const;
H A DMBlazeIntrinsicInfo.cpp60 lookupName(const char *Name, unsigned Len) const {
61 if (Len < 5 || Name[4] != '.' || Name[0] != 'l' || Name[1] != 'l'
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-as/
H A Dllvm-as.cpp60 int Len = IFN.length(); local
61 if (IFN[Len-3] == '.' && IFN[Len-2] == 'l' && IFN[Len-1] == 'l') {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp41 unsigned Len = TT.size(); local
46 if (Len >= 5 && TT.substr(0, 4) == "armv")
48 else if (Len >= 6 && TT.substr(0, 5) == "thumb") {
50 if (Len >= 7 && TT[5] == 'v')
59 if (Len >= Idx+2 && TT[Idx+1] == 'm') {
66 } else if (Len >= Idx+3 && TT[Idx+1] == 'e'&& TT[Idx+2] == 'm') {
74 } else if (Len >= Idx+2 && TT[Idx+1] == 's') {
95 if (Len >= Idx+3 && TT[Idx+1] == 't' && TT[Idx+2] == '2')
97 else if (Len >= Idx+2 && TT[Idx+1] == 'm') {
106 if (Len >
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/runtime/libprofile/
H A DCommonProfiling.c80 unsigned Len = strlen(argv[i]); local
81 memcpy(SavedArgs+Length, argv[i], Len);
82 Length += Len;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetIntrinsicInfo.h48 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h47 Value *EmitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
58 Value *EmitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B,
63 /// This expects that the Len and ObjSize have type 'intptr_t' and Dst/Src
65 Value *EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize,
70 /// a pointer, Val is an i32 value, and Len is an 'intptr_t' value.
71 Value *EmitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B,
75 Value *EmitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
307 static_dtree[n].Len = 5;
342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
512 tree[s->heap[s->heap_max]].Len
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c194 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
200 send_bits(s, tree[c].Code, tree[c].Len); }
322 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
323 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
324 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
325 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
334 static_dtree[n].Len = 5;
369 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
375 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
539 tree[s->heap[s->heap_max]].Len
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
169 send_bits(s, tree[c].Code, tree[c].Len); }
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
305 static_dtree[n].Len = 5;
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
510 tree[s->heap[s->heap_max]].Len
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DValgrind.h41 // Discard valgrind's translation of code in the range [Addr .. Addr + Len).
43 void ValgrindDiscardTranslations(const void *Addr, size_t Len);
H A DGCOV.h145 uint32_t Len = readInt() * 4; local
146 StringRef Str = Buffer->getBuffer().slice(Cursor, Cursor+Len);
147 Cursor += Len;
H A DMemory.h138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-dis/
H A Dllvm-dis.cpp161 int Len = IFN.length(); local
163 if (IFN[Len-3] == '.' && IFN[Len-2] == 'b' && IFN[Len-1] == 'c')
/macosx-10.9.5/swig-10/Source/Swig/
H A Dwrapfunc.c250 if (Len(tf) == 0) {
253 } else if ((Len(tf) + Len(ts)) < Max_line_size) {
273 if (Len(tf) == 0) {
276 } else if ((Len(tf) + Len(ts)) < Max_line_size) {
298 } else if ((c != EOF) || (Len(ts) != 0)) {
299 if (Len(tf) == 0) {
302 } else if ((Len(tf) + Len(t
[all...]
H A Dinclude.c120 ilen = Len(pdirectories);
129 ilen = Len(directories);
175 ilen = Len(spath);
220 len = Len(str);
319 int len = Len(filename);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCTargetAsmParser.h39 unsigned Len; member in struct:llvm::AsmRewrite
43 : Kind(kind), Loc(loc), Len(len), Val(val) {}
/macosx-10.9.5/zlib-53/zlib/
H A Dtrees.c168 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
174 send_bits(s, tree[c].Code, tree[c].Len); }
298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
310 static_dtree[n].Len = 5;
345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
516 tree[s->heap[s->heap_max]].Len
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Dcontract.cxx100 if (Len(current_section)) {
114 if (Len(current_section))
140 for (int i = 0; i < Len(bases); i++) {
180 for (int j = 0; j < Len(bases); j++) {
211 if (Len(expr)) {
213 if (Len(str_assert))
H A Dbrowser.cxx58 if (Len(o) > 70) {
250 if (Len(o) > 70) {
273 for (i = 0; i < Len(obj); i++) {
278 if (Len(s) > 70) {
332 if (!Len(q)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp154 uint64_t Len = GetStringLength(Src); local
155 if (Len == 0) return 0;
156 --Len; // Unbias length.
159 if (Len == 0)
165 return EmitStrLenMemCpy(Src, Dst, Len, B);
168 Value *EmitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, IRBuilder<> &B) { argument
183 ConstantInt::get(TD->getIntPtrType(*Context), Len + 1), 1);
205 uint64_t Len; local
209 Len = LengthArg->getZExtValue();
221 if (SrcLen == 0 || Len
494 uint64_t Len = GetStringLength(Src); local
538 uint64_t Len; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dstrftime.c235 # define memset_space(P, Len) \
237 int _len = (Len); \
248 # define memset_zero(P, Len) \
250 int _len = (Len); \
262 # define memset_space(P, Len) (wmemset ((P), L' ', (Len)), (P) += (Len))
263 # define memset_zero(P, Len) (wmemset ((P), L'0', (Len)), (P) += (Len))
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dstrftime.c227 # define memset_space(P, Len) \
229 int _len = (Len); \
240 # define memset_zero(P, Len) \
242 int _len = (Len); \
254 # define memset_space(P, Len) (wmemset ((P), L' ', (Len)), (P) += (Len))
255 # define memset_zero(P, Len) (wmemset ((P), L'0', (Len)), (P) += (Len))
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llc/
H A Dllc.cpp281 int Len = IFN.length(); local
282 if ((Len > 2) &&
283 IFN[Len-3] == '.' &&
284 ((IFN[Len-2] == 'b' && IFN[Len-1] == 'c') ||
285 (IFN[Len-2] == 'l' && IFN[Len-1] == 'l'))) {

Completed in 160 milliseconds

12345