/interface/sdk_c/tee/include/ |
H A D | tee_arith_api.h | 211 * @brief Checks whether op > shortVal, op == shortVal, or op < shortVal. 213 * @param op Indicates the pointer to the first operand. 222 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal); 225 * @brief Computes |dest| = |op| >> bits. 228 * @param op Indicates the pointer to the operand to be shifted. 234 void TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, size_t bits); 266 * @brief Sets the first bit of <b>bitIndex</b> in the natural binary representation of <b>op</b> to 269 * @param op Indicate [all...] |
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
H A D | fortify.h | 93 #define __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL_AND(bos_val, op, index, cond) \
95 (__builtin_constant_p(index) && bos_val op index && (cond)))
97 #define __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL(bos_val, op, index) \
98 __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL_AND(bos_val, op, index, 1)
|
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
H A D | time.h | 37 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \
38 (s)->tv_usec op (t)->tv_usec : (s)->tv_sec op (t)->tv_sec)
|
H A D | ptrace.h | 111 uint8_t op;
member
|
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | sched.h | 94 #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \
95 (((unsigned long *)(set))[(i)/8/sizeof(long)] op (1UL<<((i)%(8*sizeof(long))))) )
101 #define __CPU_op_func_S(func, op) \
108 op ((unsigned long *)__src2)[__i] ; \
|
H A D | math.h | 104 #define __ISREL_DEF(rel, op, type) \
106 { return !isunordered(__x,__y) && __x op __y; }
|
/interface/sdk-js/build-tools/api_label_detection/src/utils/ |
H A D | util.py | 18 import openpyxl as op namespace 71 wb = op.Workbook()
|
/interface/sdk_c/graphic/graphic_2d/native_drawing/ |
H A D | drawing_region.h | 111 * @param op Indicates the operation to apply to combine. 116 bool OH_Drawing_RegionOp(OH_Drawing_Region* region, const OH_Drawing_Region* other, OH_Drawing_RegionOpMode op);
|
H A D | drawing_path.h | 656 * @param op Indicates the operation to apply to combine.
661 bool OH_Drawing_PathOp(OH_Drawing_Path* path, const OH_Drawing_Path* other, OH_Drawing_PathOpMode op);
|
/interface/sdk_c/resourceschedule/ffrt/c/ |
H A D | loop.h | 97 * @param op Indicates operation on the target file descriptor. 107 FFRT_C_API int ffrt_loop_epoll_ctl(ffrt_loop_t loop, int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb);
|
/interface/sdk-js/build-tools/compare_sdk_files/src/coreImpl/ |
H A D | compare_sdk_file.py | 19 import openpyxl as op namespace 45 wb = op.Workbook()
|
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/ |
H A D | check.py | 18 import openpyxl as op namespace 95 wb = op.Workbook()
|
H A D | check_syntax.py | 19 import openpyxl as op namespace 62 wb = op.Workbook()
|
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/ |
H A D | diff_file.py | 22 import openpyxl as op namespace 155 wb = op.Workbook() 204 wb = op.Workbook()
|
/interface/sdk_c/ai/neural_network_runtime/ |
H A D | neural_network_runtime.h | 238 * This method is used to add an operator to a model instance. The operator type is specified by <b>op</b>, and 253 * @param op Specifies the type of an operator to be added. For details, see the enumerated values of {@link OH_NN_OperationType}. 268 OH_NN_OperationType op,
|
/interface/sdk_c/third_party/zlib/ |
H A D | zlib.h | 1771 ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op); 1773 Give the same result as crc32_combine(), using op in place of len2. op is 1775 crc32_combine() if the generated op is used more than once.
|