Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
DPiSmmCommunicationSmm.uni6 // non-firmware agents for inter-mode communication with SMM agents. It also saves
23 …that can be used in the OS-present environment by non-firmware agents for inter-mode communication…
DPiSmmCommunicationSmm.inf6 # non-firmware agents for inter-mode communication with SMM agents. It also saves
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c220 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
224 .interrupt = inter, \
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c702 #define DEC_INFO(name, type, axis, inter, samples) \ argument
706 .interrupt = inter, \
709 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
710 DEC_INFO(name, type, axis, inter, samples), \
713 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
714 DEC_INFO(name, type, axis, inter, samples), \
719 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
720 DEC_INFO(name, type, axis, inter, samples), \
726 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
727 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c1364 set inter; local
1373 inter = set_and(fset1[i], fset2[i]);
1374 require(set_deg(inter)==1, "invalid set to tree conversion");
1375 n = tnode(set_int(inter));
1377 set_free(inter);
1382 inter = set_and(fset1[LL_k], fset2[LL_k]);
1383 if ( (q=p=set_pdq(inter)) == NULL ) fatal_internal("Can't alloc space for set_pdq");
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c613 #define DEC_INFO(name, type, axis, inter, samples) \ argument
617 .interrupt = inter, \
620 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
621 DEC_INFO(name, type, axis, inter, samples), \
624 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
625 DEC_INFO(name, type, axis, inter, samples), \
631 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
632 DEC_INFO(name, type, axis, inter, samples), \
637 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
638 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py11 def interleave(inter, f, seq): argument
21 inter()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
160 .interrupt = inter, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog279 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays