Home
last modified time | relevance | path

Searched refs:op (Results 1 - 16 of 16) sorted by relevance

/interface/sdk_c/tee/include/
H A Dtee_arith_api.h211 * @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 Dfortify.h93 #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 Dtime.h37 #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 Dptrace.h111 uint8_t op; member
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dsched.h94 #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 Dmath.h104 #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 Dutil.py18 import openpyxl as op namespace
71 wb = op.Workbook()
/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_region.h111 * @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 Ddrawing_path.h656 * @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 Dloop.h97 * @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 Dcompare_sdk_file.py19 import openpyxl as op namespace
45 wb = op.Workbook()
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/
H A Dcheck.py18 import openpyxl as op namespace
95 wb = op.Workbook()
H A Dcheck_syntax.py19 import openpyxl as op namespace
62 wb = op.Workbook()
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
H A Ddiff_file.py22 import openpyxl as op namespace
155 wb = op.Workbook()
204 wb = op.Workbook()
/interface/sdk_c/ai/neural_network_runtime/
H A Dneural_network_runtime.h238 * 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 Dzlib.h1771 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.

Completed in 11 milliseconds