Searched refs:state (Results 151 - 175 of 689) sorted by relevance

1234567891011>>

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.c54 ctx->state[0] = 0x67452301;
55 ctx->state[1] = 0xefcdab89;
56 ctx->state[2] = 0x98badcfe;
57 ctx->state[3] = 0x10325476;
80 MD5Transform(ctx->state, ctx->buffer);
88 MD5Transform(ctx->state, input);
122 PUT_32BIT_LE(digest + i * 4, ctx->state[i]);
145 MD5Transform(u_int32_t state[4], const u_int8_t block[MD5_BLOCK_LENGTH]) argument
161 a = state[0];
162 b = state[
[all...]
H A Dmd5.h22 u_int32_t state[4]; /* state */ member in struct:MD5Context
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.cpp321 NFS4Inode::WriteStat(OpenState* state, AttrValue* attrs, uint32 attrCount) argument
331 if (state != NULL) {
332 req.PutFH(state->fInfo.fHandle);
333 req.SetAttr(state->fStateID, state->fStateSeq, attrs, attrCount);
444 NFS4Inode::CreateFile(const char* name, int mode, int perms, OpenState* state, argument
449 ASSERT(state != NULL);
460 state->fClientID = fFileSystem->NFSServer()->ClientId();
482 state->fClientID, OPEN4_CREATE, fFileSystem->OpenOwner(), name,
504 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state,
547 OpenFile(OpenState* state, int mode, OpenDelegationData* delegation) argument
654 OpenAttr(OpenState* state, const char* name, int mode, OpenDelegationData* delegation, bool create) argument
720 ReadFile(OpenStateCookie* cookie, OpenState* state, uint64 position, uint32* length, void* buffer, bool* eof) argument
757 WriteFile(OpenStateCookie* cookie, OpenState* state, uint64 position, uint32* length, const void* buffer, bool commit) argument
[all...]
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp31 thread_state_name(ThreadState state) argument
33 return kThreadStateNames[state];
519 Model::SchedulingState::Init(const CompactSchedulingState* state) argument
525 if (state == NULL)
528 fLastEventTime = state->LastEventTime();
530 = state->ThreadStateAt(i); i++) {
546 ThreadSchedulingState* state = fThreadStates.Clear(true); local
547 while (state != NULL) {
548 ThreadSchedulingState* next = state->next;
549 DeleteThread(state);
567 Create(const SchedulingState& state, off_t eventOffset) argument
995 AddSchedulingStateSnapshot(const SchedulingState& state, off_t eventOffset) argument
1027 _CompareEventTimeSchedulingState(const nanotime_t* time, const CompactSchedulingState* state) argument
[all...]
/haiku/src/apps/bootmanager/
H A DBootManagerController.h41 virtual int32 NextState(int32 state);
42 virtual WizardPageView* CreatePage(int32 state, WizardView* wizard);
/haiku/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp62 int32 state = 0; local
67 &bufferLen, destination, &destBufferLen, &state);
/haiku/src/preferences/printers/
H A DTransportMenu.cpp32 TransportMenu::AddDynamicItem(add_state state) argument
34 if (state != B_INITIAL_ADD)
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp74 int state = disable_interrupts(); local
87 restore_interrupts(state);
/haiku/src/tests/kits/game/direct_window_info_test/
H A Ddwinfo.cpp7 state_to_string(direct_buffer_state state) argument
11 switch (state & B_DIRECT_MODE_MASK) {
19 return "other state";
66 printf("buffer state: %s\n", state_to_string(info->buffer_state));
/haiku/src/tests/servers/app/playground/
H A DStates.cpp269 State* state = NULL; local
272 state = new LineState();
275 state = new RectState();
278 state = new RoundRectState();
281 state = new EllipseState();
286 if (state)
287 state->Init(color, mode, fill, penSize);
288 return state;
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp111 cpu_status state = disable_interrupts(); local
113 restore_interrupts(state);
/haiku/src/system/kernel/arch/ppc/
H A Darch_real_time_clock.cpp61 cpu_status state = disable_interrupts(); local
69 restore_interrupts(state);
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp111 cpu_status state = disable_interrupts(); local
113 restore_interrupts(state);
/haiku/headers/os/support/
H A DObjectList.h90 void SortItems(GenericCompareFunctionWithState, void *state);
92 void HSortItems(GenericCompareFunctionWithState, void *state);
96 void *state) const;
100 void *state) const;
121 void* state);
174 void* state);
177 void* state);
188 void* state) const;
197 void* state) const;
203 void* state) cons
688 SortItems(CompareFunctionWithState function, void* state) argument
704 HSortItems(CompareFunctionWithState function, void* state) argument
797 BinaryInsert(T* item, CompareFunctionWithState func, void* state) argument
826 BinaryInsertUnique(T* item, CompareFunctionWithState func, void* state) argument
858 BinaryInsertCopy(const T& copyThis, CompareFunctionWithState func, void* state) argument
893 BinaryInsertCopyUnique(const T& copyThis, CompareFunctionWithState func, void* state) argument
[all...]
/haiku/headers/private/debugger/model/
H A DThread.h24 // general thread state
60 void SetState(uint32 state,
70 void SetCpuState(CpuState* state);
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp111 cpu_status state = disable_interrupts(); local
113 restore_interrupts(state);
/haiku/src/preferences/repositories/
H A DRepoRow.cpp70 RepoRow::SetTaskState(uint32 state) argument
72 fTaskState = state;
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp79 int state = disable_interrupts(); local
94 restore_interrupts(state);
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp79 int state = disable_interrupts(); local
94 restore_interrupts(state);
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.cpp111 cpu_status state = disable_interrupts(); local
113 restore_interrupts(state);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp49 status_t SaveState(BMessage *state) const;
227 Shelf::SaveState(BMessage *state) const
232 state->PrintToStream();
235 state->AddBool(kInConfigName, fInConfig);
237 state->RemoveData(kInConfigName);
239 status = state->AddBool("got it", true);
246 status = state->AddData(kShelfArchiveName, 'shlf', fShelfData.Buffer(),
260 status = state->AddData(kShelfArchiveName, 'shlf', mio.Buffer(),
/haiku/src/system/boot/loader/
H A Dpackage_support.h68 DIR* dir, PackageVolumeState* state);
71 PackageVolumeState* state,
/haiku/src/apps/fontdemo/
H A DFontDemoView.h32 void SetDrawBoundingBoxes(bool state);
44 void SetAntialiasing(bool state);
/haiku/headers/private/kernel/
H A Dkscheduler.h121 cpu_status state = disable_interrupts(); local
130 restore_interrupts(state);
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.h34 IOState state; member in struct:IORequest
40 IORequest(IOOperation op, void* buf, size_t len): state(ioStateInactive),

Completed in 267 milliseconds

1234567891011>>