/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 145 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 142 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 145 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
H A D | los_context.c | 77 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 141 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local 152 HalUserTaskStackInit(TaskContext *context, UINTPTR taskEntry, UINTPTR stack) HalUserTaskStackInit() argument [all...] |
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
H A D | los_context.c | 80 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 144 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/ |
H A D | los_context.c | 77 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 145 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 145 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 142 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 145 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 142 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
H A D | los_context.c | 78 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
in ArchTskStackInit() local 142 TaskContext *context = (TaskContext *)((UINTPTR)stackPointer - sizeof(TaskContext)); ArchSignalContextInit() local [all...] |
/kernel/liteos_m/arch/csky/v2/gcc/ |
H A D | los_context.c | 82 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext)); in ArchTskStackInit() local [all...] |
/kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
H A D | los_context.c | 48 TaskContext *context = NULL; in ArchTskStackInit() local
|
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
H A D | los_context.c | 84 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext)); in ArchTskStackInit() local [all...] |
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
H A D | los_context.c | 114 TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext)); in ArchTskStackInit() local
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/nodecontent/ |
H A D | node_content_test.cpp | 26 ArkUI_ContextHandle context = nullptr;
in TestNodeContent001() local 84 ArkUI_ContextHandle context = nullptr;
in TestNodeContent007() local
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_setDragEventStrictReport.cpp | 60 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_setDragEventStrictReportWidthContext_003() local 76 ArkUI_ContextHandle context = OH_ArkUI_GetContextByNode(text); in drag_setDragEventStrictReportWidthContext_004() local
|
/test/xts/dcts/testtools/disjsTest/server/ |
H A D | testApi.js | [all...] |
/third_party/alsa-utils/alsaucm/ |
H A D | usecase.h | 20 struct context { struct
|
/third_party/cups-filters/fontembed/ |
H A D | embed.c | 9 static inline int copy_file(FILE *f,OUTPUT_FN output,void *context) // {{{ in copy_file() argument 177 int emb_embed(EMB_PARAMS *emb,OUTPUT_FN output,void *context) // {{{ in emb_embed() argument [all...] |
H A D | test_ps.c | 10 static void example_outfn(const char *buf,int len,void *context) // {{{ in example_outfn() argument
|
/third_party/benchmark/src/ |
H A D | csv_reporter.cc | 56 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() argument 57 PrintBasicContext(&GetErrorStream(), context); in ReportContext() local
|
/third_party/bounds_checking_function/src/ |
H A D | strtok_s.c | 66 SECUREC_INLINE char *SecUpdateToken(char *strToken, const char *strDelimit, char **context) in SecUpdateToken() argument 95 char *strtok_s(char *strToken, const char *strDelimit, char **context) in strtok_s() argument [all...] |
H A D | wcstok_s.c | 65 SECUREC_INLINE wchar_t *SecUpdateTokenW(wchar_t *strToken, const wchar_t *strDelimit, wchar_t **context) in SecUpdateTokenW() argument 95 wchar_t *wcstok_s(wchar_t *strToken, const wchar_t *strDelimit, wchar_t **context) in wcstok_s() argument [all...] |
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/ |
H A D | ucnvavailperf.cpp | 58 my_alloc(const void *context, size_t size) { in my_alloc() argument 70 my_free(const void *context, void *mem) { in my_free() argument 80 my_realloc(const void *context, void *mem, size_t size) { in my_realloc() argument
|