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

  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 123 vms_jobsefnmask &= ~(1 << (child->efn - 32));
125 lib$free_ef(&child->efn);
404 child->efn = 0;
576 child->efn = 0;
577 while (child->efn < 32 || child->efn > 63)
579 status = lib$get_ef ((unsigned long *)&child->efn);
584 sys$clref (child->efn);
586 vms_jobsefnmask |= (1 << (child->efn - 32));
645 &child->pid, &child->cstatus, &child->efn,
    [all...]
job.h 54 int efn; /* Completion event flag number */ member in struct:child
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata_test.go 43 func testFile(t *testing.T, fh *FileHeader, efn, econtent string) File {
44 if fh.Filename != efn {
45 t.Errorf("filename = %q, want %q", fh.Filename, efn)
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata_test.go 43 func testFile(t *testing.T, fh *FileHeader, efn, econtent string) File {
44 if fh.Filename != efn {
45 t.Errorf("filename = %q, want %q", fh.Filename, efn)
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 1280 dus.efn = 0x1001;
    [all...]

Completed in 235 milliseconds