HomeSort by relevance Sort by last modified time
    Searched full:recursion_depth (Results 1 - 25 of 41) sorted by null

1 2

  /external/libunwind/tests/
Gia64-test-stack.c 44 need to recurse RECURSION_DEPTH times to ensure all physical
47 #define RECURSION_DEPTH ((MAX_PHYS_STACKED + 94) / 95)
49 extern void touch_all (unsigned long recursion_depth);
120 else if (i > NSTACKS && i <= NSTACKS + RECURSION_DEPTH)
167 touch_all (RECURSION_DEPTH);
Gia64-test-rbs.c 46 need to recurse RECURSION_DEPTH times to ensure all physical
49 #define RECURSION_DEPTH ((MAX_PHYS_STACKED + 92) / 93)
159 unwind_count = 1 + (random () % (nfuncs + RECURSION_DEPTH - 1));
165 ret = loadup (RECURSION_DEPTH, reg_values, func);
168 else if (ret != RECURSION_DEPTH + nfuncs - unwind_count)
170 test, RECURSION_DEPTH + nfuncs - unwind_count, ret);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /external/python/cpython2/Include/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /prebuilts/gdb/darwin-x86/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /prebuilts/gdb/linux-x86/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
string_format.h 50 int recursion_depth, AutoNumber *auto_number);
885 int recursion_depth, AutoNumber *auto_number)
911 tmp = build_string(format_spec, args, kwargs, recursion_depth-1,
946 OutputString *output, int recursion_depth, AutoNumber *auto_number)
967 args, kwargs, recursion_depth, auto_number))
980 int recursion_depth, AutoNumber *auto_number)
989 if (recursion_depth <= 0) {
1002 if (!do_markup(input, args, kwargs, &output, recursion_depth,
1035 int recursion_depth = 2; local
1041 return build_string(&input, args, kwargs, recursion_depth, &auto_number);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
string_format.h 50 int recursion_depth, AutoNumber *auto_number);
888 int recursion_depth, AutoNumber *auto_number)
914 tmp = build_string(format_spec, args, kwargs, recursion_depth-1,
949 OutputString *output, int recursion_depth, AutoNumber *auto_number)
970 args, kwargs, recursion_depth, auto_number))
983 int recursion_depth, AutoNumber *auto_number)
992 if (recursion_depth <= 0) {
1005 if (!do_markup(input, args, kwargs, &output, recursion_depth,
1038 int recursion_depth = 2; local
1044 return build_string(&input, args, kwargs, recursion_depth, &auto_number);
    [all...]
  /external/python/cpython2/Objects/stringlib/
string_format.h 50 int recursion_depth, AutoNumber *auto_number);
885 int recursion_depth, AutoNumber *auto_number)
911 tmp = build_string(format_spec, args, kwargs, recursion_depth-1,
946 OutputString *output, int recursion_depth, AutoNumber *auto_number)
967 args, kwargs, recursion_depth, auto_number))
980 int recursion_depth, AutoNumber *auto_number)
989 if (recursion_depth <= 0) {
1002 if (!do_markup(input, args, kwargs, &output, recursion_depth,
1035 int recursion_depth = 2; local
1041 return build_string(&input, args, kwargs, recursion_depth, &auto_number)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 228 if (++tstate->recursion_depth > Py_GetRecursionLimit()) {
229 --tstate->recursion_depth;
242 --tstate->recursion_depth;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 226 if (++tstate->recursion_depth > Py_GetRecursionLimit()) {
227 --tstate->recursion_depth;
240 --tstate->recursion_depth;
  /external/python/cpython2/Python/
errors.c 228 if (++tstate->recursion_depth > Py_GetRecursionLimit()) {
229 --tstate->recursion_depth;
239 --tstate->recursion_depth;
  /external/libexif/libexif/
exif-data.c 354 * \param[in] recursion_depth number of times this function has been
360 unsigned int ds, unsigned int offset, unsigned int recursion_depth)
375 if (recursion_depth > 30) {
419 exif_data_load_data_content (data, EXIF_IFD_EXIF, d, ds, o, recursion_depth + 1);
423 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, recursion_depth + 1);
427 exif_data_load_data_content (data, EXIF_IFD_INTEROPERABILITY, d, ds, o, recursion_depth + 1);
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 100 #define RECURSION_DEPTH 100
415 return Recursor(RECURSION_DEPTH, CountCallerFrames()) ? 0 : 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 567 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth):
568 if recursion_depth < 0:
593 used_args, recursion_depth-1)

Completed in 909 milliseconds

1 2