Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c38 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code…
39 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…
40 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
68 …BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (co…
69 #define UPDATE_0_CHECK range = bound;
70 #define UPDATE_1_CHECK range -= bound; code -= bound;
181 UInt32 bound; in LzmaDec_DecodeReal() local
525 UInt32 bound; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code…
20 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…
21 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
49 …BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (co…
50 #define UPDATE_0_CHECK range = bound;
51 #define UPDATE_1_CHECK range -= bound; code -= bound;
162 UInt32 bound; in LzmaDec_DecodeReal() local
506 UInt32 bound; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c38 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code…
39 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…
40 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
68 …BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (co…
69 #define UPDATE_0_CHECK range = bound;
70 #define UPDATE_1_CHECK range -= bound; code -= bound;
181 UInt32 bound; in LzmaDec_DecodeReal() local
525 UInt32 bound; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c372 PyObject *bound, PyObject *local, PyObject *free, in analyze_name() argument
388 if (bound && PyDict_GetItem(bound, name)) { in analyze_name()
389 if (PyDict_DelItem(bound, name) < 0) in analyze_name()
409 if (bound && PyDict_GetItem(bound, name)) { in analyze_name()
528 PyObject *bound, PyObject *free, int classflag) in update_symbols() argument
583 if (!PyDict_GetItem(bound, name)) in update_symbols()
616 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
620 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block() argument
660 if (bound) in analyze_block()
661 if (PyDict_Update(newbound, bound) < 0) in analyze_block()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c374 PyObject *bound, PyObject *local, PyObject *free, in analyze_name() argument
390 if (bound && PyDict_GetItem(bound, name)) { in analyze_name()
391 if (PyDict_DelItem(bound, name) < 0) in analyze_name()
411 if (bound && PyDict_GetItem(bound, name)) { in analyze_name()
530 PyObject *bound, PyObject *free, int classflag) in update_symbols() argument
585 if (!PyDict_GetItem(bound, name)) in update_symbols()
618 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
622 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block() argument
662 if (bound) in analyze_block()
663 if (PyDict_Update(newbound, bound) < 0) in analyze_block()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiCommonLib.h393 #define EFI_ALIGN(ptr, bound) ((VOID *) (((UINTN) (ptr) + ((UINTN) (bound) - 1)) &~((UINTN) (bound)… argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strptime.py243 for bound in bounds:
244 strp_output = _strptime._strptime_time(bound, '%y')
245 expected_result = century + int(bound)
248 "and returned '%s'" % (bound, strp_output[0]))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DLICENSE108 agrees to be bound by the terms and conditions of this License
158 agrees to be bound by the terms and conditions of this License
228 bound by the terms and conditions of this License Agreement.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DLICENSE133 agrees to be bound by the terms and conditions of this License
183 agrees to be bound by the terms and conditions of this License
253 bound by the terms and conditions of this License Agreement.
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DPhysicalPresenceStrings.uni40 … #language en-US "WARNING: Secrets in the TPM that are bound to the boot state …
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c1708 int low, high, bound, x; in add_code_range_to_buf() local
1729 for (low = 0, bound = n; low < bound; ) { in add_code_range_to_buf()
1730 x = (low + bound) >> 1; in add_code_range_to_buf()
1734 bound = x; in add_code_range_to_buf()
1737 for (high = low, bound = n; high < bound; ) { in add_code_range_to_buf()
1738 x = (high + bound) >> 1; in add_code_range_to_buf()
1742 bound = x; in add_code_range_to_buf()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.uni492 " bound to the specified device.\r\n"
499 " specified device. If so, the driver will be bound to the device.\r\n"
504 " newly created device handles will not be further bound to any\r\n"
662 " devices. Any drivers that are bound to any devices will be disconnected\r\n"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt369 lengths as closely as possible, while keeping a low bound on the number of
619 bound = getattr(X, method)
622 bound(mycmp)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt372 lengths as closely as possible, while keeping a low bound on the number of
622 bound = getattr(X, method)
625 bound(mycmp)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2269 bound = self._log10_exp_bound() + other.adjusted()
2273 if bound >= len(str(context.Emax)):
2279 if bound >= len(str(-Etiny)):