HomeSort by relevance Sort by last modified time
    Searched refs:new_sig (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
sigsetmask.c 29 sigset_t new_sig; local
32 sigemptyset (&new_sig);
36 sigprocmask(SIG_SETMASK, &new_sig, &old_sig);
  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 578 new_sig = open(sig_name, 'a')
580 new_sig.write(pad)
581 new_sig.close()
584 new_sig = open(sig_name, 'r').read()
585 self.write_partial(fv_section.get_sig_name(), new_sig, write_through)
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 661 ir_function_signature *new_sig(const glsl_type *return_type,
3238 builtin_builder::new_sig(const glsl_type *return_type, function in class:builtin_builder
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py     [all...]

Completed in 3026 milliseconds