Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnturl2path.py23 comp = url.split('|')
24 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters:
27 drive = comp[0][-1].upper()
29 components = comp[1].split('/')
30 for comp in components:
31 if comp:
32 path = path + '\\' + urllib.unquote(comp)
55 comp = p.split(':')
56 if len(comp) != 2 or len(comp[0]) > 1:
60 drive = urllib.quote(comp[0].upper())
[all …]
Dposixpath.py326 for comp in comps:
327 if comp in ('', '.'):
329 if (comp != '..' or (not initial_slashes and not new_comps) or
331 new_comps.append(comp)
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
DD03Hns.asl637 Package () {"interrupt-names", Package() {"hns-roce-comp-0",
638 "hns-roce-comp-1",
639 "hns-roce-comp-2",
640 "hns-roce-comp-3",
641 "hns-roce-comp-4",
642 "hns-roce-comp-5",
643 "hns-roce-comp-6",
644 "hns-roce-comp-7",
645 "hns-roce-comp-8",
646 "hns-roce-comp-9",
[all …]
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c116 struct BMP280CompParams comp; member
509 (((adc_T >> 3) - ((int32_t)mTask.comp.dig_T1 << 1)) in compensateTemp()
510 * (int32_t)mTask.comp.dig_T2) >> 11; in compensateTemp()
512 int32_t tmp = (adc_T >> 4) - (int32_t)mTask.comp.dig_T1; in compensateTemp()
514 int32_t var2 = (((tmp * tmp) >> 12) * (int32_t)mTask.comp.dig_T3) >> 14; in compensateTemp()
529 …v2 = fSqr * mTask.comp.dig_P6 + f * mTask.comp.dig_P5 * (float)(1ULL << 17) + mTask.comp.dig_P4 * … in compensateBaro()
530 …r * mTask.comp.dig_P1 * mTask.comp.dig_P3 * (1.0f/(1ULL << 41)) + f * mTask.comp.dig_P1 * mTask.co… in compensateBaro()
535 …pSqr * mTask.comp.dig_P9 * (1.0f/(1ULL << 59)) + p * (mTask.comp.dig_P8 * (1.0f/(1ULL << 19)) + 1)… in compensateBaro()
606 …i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, newXfer->txrxBuf, 1, (uint8_t*)&mTask.comp, 24, i2cCallback, n… in handleI2cEvent()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
DD05Hns.asl719 Package () {"interrupt-names", Package() {"hns-roce-comp-0",
720 "hns-roce-comp-1",
721 "hns-roce-comp-2",
722 "hns-roce-comp-3",
723 "hns-roce-comp-4",
724 "hns-roce-comp-5",
725 "hns-roce-comp-6",
726 "hns-roce-comp-7",
727 "hns-roce-comp-8",
728 "hns-roce-comp-9",
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py73 comp = compiler()
74 customize_compiler(comp)
75 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
DREADME4 Newsgroups: comp.lang.python,comp.lang.tcl,comp.lang.scheme,comp.lang.misc,comp.lang.perl
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dversionpredicate.py24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dnewslist.doc7 articles by specifying the group name in a URL eg 'news:comp.answers'.
31 comp.bar Programming in 'bar' and related languages
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Ddutree.doc3 Newsgroups: comp.lang.perl
51 to accomplish complex actions." --Doug Gwyn (22/Jun/91 in comp.unix.wizards)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zlib.py433 comp = zlib.compress(data)
437 bufs0.append(d0.decompress(comp[:32]))
442 bufs0.append(d0.decompress(comp[32:]))
445 bufs1.append(d1.decompress(comp[32:]))
Dtest_bz2.py304 def comp(): function
307 threads = [threading.Thread(target=comp) for i in range(nthreads)]
Dtest_heapq.py195 def hsort(data, comp): argument
196 data = map(comp, data)
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DInstall.cmd62 copy crypto\comp\comp.h include\openssl
DInstall.sh64 cp crypto/comp/comp.h include/openssl
DOpensslLib.inf459 $(OPENSSL_PATH)/crypto/comp/comp_lib.c
460 $(OPENSSL_PATH)/crypto/comp/comp_err.c
461 $(OPENSSL_PATH)/crypto/comp/c_rle.c
462 $(OPENSSL_PATH)/crypto/comp/c_zlib.c
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch101 comp/comp.c | 2 +-
102 comp/comp.h | 2 +-
103 comp/comp.inf | 31 +--
2613 - comp\CompStrings.uni
2614 - comp\comp.c
2615 + comp/CompStrings.uni
2616 + comp/comp.c
3432 diff --git a/comp/comp.c b/comp/comp.c
3434 --- a/comp/comp.c
3435 +++ b/comp/comp.c
[all …]
DEdkShellPkg.dsc144 $(EDK_SHELL_DIR)/comp/comp.inf
DShellR33.patch124 diff --ignore-file-name-case -Naur ShellR33/comp/comp.h GccShellR33/comp/comp.h
125 --- ShellR33/comp/comp.h 2005-08-23 00:16:36.000000000 -0700
126 +++ GccShellR33/comp/comp.h 2009-11-05 13:49:56.000000000 -0800
134 diff --ignore-file-name-case -Naur ShellR33/comp/comp.inf GccShellR33/comp/comp.inf
135 --- ShellR33/comp/comp.inf 2007-06-25 02:05:05.000000000 -0700
136 +++ GccShellR33/comp/comp.inf 2009-09-22 15:37:05.000000000 -0700
139 comp.c
140 comp.h
8273 - comp\CompStrings.uni
8274 - comp\comp.c
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DREADME32 comp.compilers.tools.pccts
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1234 comprehension_ty comp; in ast_for_comprehension() local
1253 comp = comprehension(first, expression, NULL, c->c_arena); in ast_for_comprehension()
1255 comp = comprehension(Tuple(t, Store, first->lineno, first->col_offset, in ast_for_comprehension()
1258 if (!comp) in ast_for_comprehension()
1289 comp->ifs = ifs; in ast_for_comprehension()
1291 asdl_seq_SET(comps, i, comp); in ast_for_comprehension()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1234 comprehension_ty comp; in ast_for_comprehension() local
1253 comp = comprehension(first, expression, NULL, c->c_arena); in ast_for_comprehension()
1255 comp = comprehension(Tuple(t, Store, first->lineno, first->col_offset, in ast_for_comprehension()
1258 if (!comp) in ast_for_comprehension()
1289 comp->ifs = ifs; in ast_for_comprehension()
1291 asdl_seq_SET(comps, i, comp); in ast_for_comprehension()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt31 (comp.compilers) posting in February of 1990 and quickly gathered a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME110 Read comp.lang.python, a high-volume discussion newsgroup about
111 Python, or comp.lang.python.announce, a low-volume moderated newsgroup
136 comp.lang.python or python-ideas mailing lists for inital feedback. A Python
146 best to post to the comp.lang.python or the Python mailing list (see
485 thread on comp.lang.python in May 2002 entitled "Building
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME103 Read comp.lang.python, a high-volume discussion newsgroup about
104 Python, or comp.lang.python.announce, a low-volume moderated newsgroup
129 comp.lang.python or python-ideas mailing lists for inital feedback. A Python
139 best to post to the comp.lang.python or the Python mailing list (see
478 thread on comp.lang.python in May 2002 entitled "Building

12