Searched refs:get_flag (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pipe2/ |
D | pipe2_01.c | 54 int get_flag = 0, i = 0; in verify_pipe2() local 66 get_flag = SAFE_FCNTL(fds[i], tc->cmd); in verify_pipe2() 67 if ((get_flag && tc->flags) || (tc->flags == get_flag)) in verify_pipe2() 71 i, tc->flags, get_flag); in verify_pipe2()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop01.c | 45 static void check_loop_value(int set_flag, int get_flag, int autoclear_field) in check_loop_value() argument 54 if (loopinfoget.lo_flags & ~get_flag) in check_loop_value() 55 tst_res(TFAIL, "expect %d but got %d", get_flag, loopinfoget.lo_flags); in check_loop_value()
|
/third_party/e2fsprogs/misc/ |
D | chattr.c | 121 static unsigned long get_flag(char c) in get_flag() function 183 if ((fl = get_flag(*p)) == 0) in decode_arg() 192 if ((fl = get_flag(*p)) == 0) in decode_arg() 200 if ((fl = get_flag(*p)) == 0) in decode_arg()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/ |
D | ai_core_dynamic_kernel.cc | 83 bool get_flag = true; in ParseCompileJson() local 84 TbeUtils::GetCompileInfo(cnode, &op_compile_info_, &get_flag); in ParseCompileJson() 85 if (!get_flag) { in ParseCompileJson()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_utils.h | 61 static void GetCompileInfo(const AnfNodePtr &node, std::string *compile_info, bool *get_flag);
|
D | tbe_utils.cc | 382 void TbeUtils::GetCompileInfo(const AnfNodePtr &node, std::string *compile_info, bool *get_flag) { in GetCompileInfo() argument 390 *get_flag = false; in GetCompileInfo() 398 *get_flag = false; in GetCompileInfo()
|
/third_party/boost/libs/python/doc/html/numpy/ |
D | searchindex.js | 1 …,get_bas:5,get_builtin:[2,5,7,8,10,11,12],get_data:[4,5],get_dtyp:[5,7],get_flag:5,get_items:2,get… property
|