repo_name stringlengths 5 122 | path stringlengths 3 232 | text stringlengths 6 1.05M |
|---|---|---|
0x1306a94/SampleCode | AVVideoCompositingSample/AVVideoCompositingSample/Video/SSRenderer.h | <filename>AVVideoCompositingSample/AVVideoCompositingSample/Video/SSRenderer.h
//
// SSRenderer.h
// AVVideoCompositingSample
//
// Created by king on 2020/10/25.
// Copyright © 2020 taihe. All rights reserved.
//
#import <AVFoundation/AVVideoCompositing.h>
#import <CoreVideo/CVPixelBuffer.h>
#import <Foundation/F... |
0x1306a94/SampleCode | StayCenterLayout/StayCenterLayout/AppDelegate.h | <filename>StayCenterLayout/StayCenterLayout/AppDelegate.h
//
// AppDelegate.h
// testxxx
//
// Created by king on 2021/8/17.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end
|
0x1306a94/SampleCode | AVVideoCompositingSample/AVVideoCompositingSample/Video/Metal/Shader/SSUtil.h | //
// SSUtil.h
// AVVideoCompositingSample
//
// Created by king on 2020/10/25.
// Copyright © 2020 taihe. All rights reserved.
//
#ifndef SSUtil_h
#define SSUtil_h
#import <CoreGraphics/CGGeometry.h>
#import <CoreMedia/CMTime.h>
#import <CoreMedia/CMTimeRange.h>
#import <GLKit/GLKMatrix4.h>
#import <simd/simd.h>... |
0x1306a94/SampleCode | TableViewCellTextView/TableViewCellTextView/EditerModel.h | <reponame>0x1306a94/SampleCode<filename>TableViewCellTextView/TableViewCellTextView/EditerModel.h
//
// EditerModel.h
// TableViewCellTextView
//
// Created by king on 2021/6/16.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface EditerModel : NSObject
@property (nonatomic, copy) NSString *ti... |
0x1306a94/SampleCode | AVVideoCompositingSample/AVVideoCompositingSample/Video/Metal/SSMetalRenderer.h | <filename>AVVideoCompositingSample/AVVideoCompositingSample/Video/Metal/SSMetalRenderer.h
//
// SSMetalRenderer.h
// AVVideoCompositingSample
//
// Created by king on 2020/10/25.
// Copyright © 2020 taihe. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SSRenderer.h"
NS_ASSUME_NONNULL_BEGIN
@... |
0x1306a94/SampleCode | TableViewCellTextView/TableViewCellTextView/ViewController.h | //
// ViewController.h
// TableViewCellTextView
//
// Created by king on 2021/6/16.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|
0x1306a94/SampleCode | TableViewCellTextView/TableViewCellTextView/SceneDelegate.h | //
// SceneDelegate.h
// TableViewCellTextView
//
// Created by king on 2021/6/16.
//
#import <UIKit/UIKit.h>
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
0x1306a94/SampleCode | AVVideoCompositingSample/AVVideoCompositingSample/Video/SSVideoCompositor.h | //
// SSVideoCompositor.h
// AVVideoCompositingSample
//
// Created by king on 2020/10/25.
// Copyright © 2020 taihe. All rights reserved.
//
#import <AVFoundation/AVVideoCompositing.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SSVideoCompositor : NSObject <AVVideoCompositing>
@property... |
hoxnox/yadisk-upload | doc/index.h | ////////////////////////////////////////////////////////////////////////
// index.h
// Author: $username$ <$usermail$>
////////////////////////////////////////////////////////////////////////
/**
@image html main_logo.png
@author $username$ <$usermail$>
@date $date$
@mainpage yadisk-upload
@tableofcontents
@secti... |
Free2Play-Entertainment/FreeXML | Source/FreeXML/Classes/Parser.h | <reponame>Free2Play-Entertainment/FreeXML<gh_stars>1-10
#pragma once
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "Parser.generated.h"
class FXmlFile;
class FXmlNode;
/* A struct representing attributes of an XML tag */
USTRUCT(BlueprintType)
struct FBPXmlAttribute
{
GENERATED_BODY()
/* T... |
ibot3/pgbouncer-rr-patch | include/pycall.h | <filename>include/pycall.h<gh_stars>1-10
/*
Copyright 2015-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Amazon Software License (the "License").
You may not use this file except in compliance with the License. A copy of the License is located at
http://aws.amazon.com/asl/
or ... |
ibot3/pgbouncer-rr-patch | src/pycall.c | /*
Copyright 2015-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Amazon Software License (the "License").
You may not use this file except in compliance with the License. A copy of the License is located at
http://aws.amazon.com/asl/
or in the "license" file accompanying this f... |
Jeevan0023/Data-Structures | ARRAYS/C/1DArrays.c | <gh_stars>0
/*I DIMENSIONAL ARRAY*/
#include <stdio.h>
int main()
{
int arr[9]; //declared array of size n
printf("Enter elements of the array\n");
for(register int i=0;i<9;i++)
{
scanf("%d",&arr[i]);
}
printf("Entered array by the user\n");
for(reg... |
DrewLX/WLED | wled00/html_ui.h | <gh_stars>0
/*
* Binary array for the Web UI.
* gzip is used for smaller size and improved speeds.
*
* Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
* to find out how to easily modify the web UI source!
*/
// Autogenerated from wled00/data/index.htm, do not edit!!
const uint16_t PAGE... |
DrewLX/WLED | wled00/usermod_vestaboard.h | #pragma once
#include "wled.h"
#define buttAPin 13
#define buttBPin 14
#define buttCPin 15
#define buttStartPin 34 // has button on Olimex board
#define presetHolding 50
#define presetLoading 60
#define presetWaitingForAnswer 70
#define presetProcessingAnswers 80
enum gameState {
holding,
q1,
q2,
q3,
coff... |
DavidWood2001/Embedded-Systems | Tasks/year3-demo-workspace/Lecture01-BusPortOut/setup_demo.h | <filename>Tasks/year3-demo-workspace/Lecture01-BusPortOut/setup_demo.h
#include "../../lib/uopmsb/uop_msb_2_0_0.h"
extern PortOut LED_PORTE;
extern DigitalOut LED_BAR_OE; //Off by default
extern DigitalOut LED_DIGIT_OE; //Off by default
extern DigitalOut LED_D1_LE;
extern DigitalOut LED_D2_LE;
extern DigitalO... |
DavidWood2001/Embedded-Systems | Tasks/Task-320-StructuresFSM/SwitchLed.h | <gh_stars>1-10
#ifndef _SWITCH_LED_
#define _SWITCH_LED_
#include "../lib/uopmsb/uop_msb_2_0_0.h"
using namespace uop_msb_200;
typedef enum {
WAIT_FOR_PRESS,
WAITING_1,
WAIT_FOR_REL,
WAITING_2
} SWITCH_STATE;
typedef struct {
//Input states
int switch_state = 0;
long long tmr_ms = 0;
//In... |
DavidWood2001/Embedded-Systems | Tasks/MSB-V2-TEST/BMP280_SPI/BMP280_SPI.h | <filename>Tasks/MSB-V2-TEST/BMP280_SPI/BMP280_SPI.h
/**
******************************************************************************
* @file BMP280_SPI.h
* @author <NAME>
* @version V1.0.0
* @date 8 Feb 2018
* @brief This file contains the class of a BMP280 Digital pressure sensor library with SPI inte... |
DavidWood2001/Embedded-Systems | Tasks/lib/uopmsb/uop_msb_1_0_0.h | <gh_stars>1-10
// (c) 2020 University of Plymouth
// another edit 16 07 2020
#include "mbed.h"
#include "Stream.h"
//#include <iostream>
#include <map>
//#include <string>
//#include <iostream>
//#include <iterator>
namespace uop_msb_100 {
// *****************************
// Traffic Lights (individual) *
... |
DavidWood2001/Embedded-Systems | Tasks/MSB-V2-TEST/F429_Mega_Shell_Header.h | <reponame>DavidWood2001/Embedded-Systems<gh_stars>1-10
#ifndef F429_MEGA_SHELL_HEADER_H
#define F429_MEGA_SHELL_HEADER_H
#include "mbed.h"
//#include "TextLCD.h"
//#include "BMP280_SPI.h"
// Blinking rate in milliseconds
#define BLINKING_RATE_MS 500ms
//IDE Constants
#define DELAY 2000ms
#define RED 1
#define A... |
DavidWood2001/Embedded-Systems | Tasks/year3-demo-workspace/Lecture03-StructBMI/Human.h | //
// Human.h
// CStructures
//
// Created by <NAME>
// Copyright © 2020 <NAME>. All rights reserved.
//
#ifndef Human_h
#define Human_h
#include <stdio.h>
typedef struct {
unsigned int age;
float weight;
float height;
float bmi;
} Human;
//Private API
//Public API void displayHuman(const Human... |
Aulddays/AulddaysDpiHelper | AulddaysDpiHelper/AulddaysDpiHelper.h | <reponame>Aulddays/AulddaysDpiHelper
// BSD 3 - Clause License
//
// Copyright(c) 2020, Aulddays, https://dev.aulddays.com/
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met :
//
// 1. Redistr... |
Aulddays/AulddaysDpiHelper | Demo_SDI/MainFrmSDI.h | <filename>Demo_SDI/MainFrmSDI.h<gh_stars>1-10
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
#include "../AulddaysDpiHelper/AulddaysDpiHelper.h"
class CMainFrame : public CFrameWndEx
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// A... |
Aulddays/AulddaysDpiHelper | Demo_SDI/Demo_SDIView.h |
// Demo_SDIView.h : interface of the CDemo_SDIView class
//
#pragma once
class CDemo_SDIView : public CView
{
protected: // create from serialization only
CDemo_SDIView();
DECLARE_DYNCREATE(CDemo_SDIView)
// Attributes
public:
CDemo_SDIDoc* GetDocument() const;
// Operations
public:
// Ove... |
JohnWagnerTeam/Tinder-style-dating-app | NSObject+BridgeHeader.h | //
// NSObject+BridgeHeader.h
// SwiftDemo
//
// Created by Root on 20/08/14.
// Copyright (c) 2014 Root. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSObject (BridgeHeader)
@end
|
JohnWagnerTeam/Tinder-style-dating-app | SwiftDemo-Bridging-Header.h | <filename>SwiftDemo-Bridging-Header.h
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <FacebookSDK/FacebookSDK.h>
#import <Parse/Parse.h>
#import <GoogleMaps/GoogleMaps.h>
#import <Twitter/Twitter.h>
#import "Progress/MBProgressHUD.h"
#import "SlideViewCon... |
nativeaditya/flutter_native_call | ios/Classes/FlutterNativeCallPlugin.h | #import <Flutter/Flutter.h>
@interface FlutterNativeCallPlugin : NSObject<FlutterPlugin>
@end
|
Limaaron/utf8.h | unicode_db.h | <filename>unicode_db.h
#ifndef UNICODE_DB_H
#define UNICODE_DB_H
typedef struct UData
{
unsigned int cp; // code point
char* gc; // general category
unsigned int upperCase; // if gc = Lu
unsigned int lowerCase; // if gc = Ll
} UData;
static const UData uData[] = {
{0x0, "Cc", 0x0, 0x0},
{0x1... |
skeeto/fiber-await | demo.c | #include <stdio.h>
#include "async.h"
static void
hello(void *arg)
{
double time = *(double *)arg;
async_await(async_sleep(time));
printf("hello %f\n", time);
}
static void
parallel(void *arg)
{
(void)arg;
HANDLE promises[1024];
for (size_t i = 0; i < sizeof(promises) / sizeof(*promises); i++)... |
skeeto/fiber-await | async.c | #include <windows.h>
#include "async.h"
struct {
void *main_fiber;
HANDLE handles[MAXIMUM_WAIT_OBJECTS];
void *fibers[MAXIMUM_WAIT_OBJECTS];
void *dead_fiber;
int count;
} async_loop;
void
async_initialize(void)
{
async_loop.main_fiber = ConvertThreadToFiber(0);
async_loop.count = 0;
a... |
skeeto/fiber-await | async.h | <reponame>skeeto/fiber-await
#include <windows.h>
/**
* Initialize the async/await system.
* Must be called before any other async/await functions.
*/
void async_initialize(void);
/**
* Tear down the async-await system.
* This should not be run until all coroutines have terminated.
*/
void async_shutdown(void);... |
devonsparks/ifcidc | inc/ifcidc.h | <filename>inc/ifcidc.h
#ifndef _IFCIDC_H
#define _IFCIDC_H
#define IFCIDC_DECOM_LEN (36)
#define IFCIDC_FIXED_DECOM_LEN (32)
#define IFCIDC_COM_LEN (22)
#define BUFSIZE 80
typedef enum {
S_OK = 0,
S_ERR_MEM,
S_ERR_INPUT_LEN,
S_ERR_SENTINEL,
S_ERR_ASCII,
S_ERR_NORMALIZE,
S_E... |
devonsparks/ifcidc | src/ifcidc.c |
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "ifcidc.h"
#define B162I(A) (b16mask[(unsigned char)A])
#define B642I(A) (b64mask[(unsigned char)A])
#define IN_B16(A) (!(b16mask[(unsigned char)A] < 0))
#define IN_B64(A) (!(b64mask[(unsigned char)A] < 0))
static const char *
b64 = "0123456789A... |
devonsparks/ifcidc | src/ifcc.c |
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "ifcidc.h"
static IFCIDC_Status
process_lines(FILE *fip,
FILE *fop,
const unsigned short si,
const unsigned short so,
IFCIDC_Status (*processor)(const char *in, char *out));
int
main(const int argc, char *argv[])
{
ch... |
vigraph/iot-hardwario-accelerometer | app/application.c | <reponame>vigraph/iot-hardwario-accelerometer<filename>app/application.c<gh_stars>0
// Stripped down firmware to report accelerometer only
#include <application.h>
#define ACCELEROMETER_UPDATE_INTERVAL 200
#define PUBLISH_INDIVIDUAL_AXES 1
// Accelerometer instance
bc_lis2dh12_t lis2dh12;
// This function dispatches... |
zhenyong1993/ADSadapter | AdsLib/adapter.h | <reponame>zhenyong1993/ADSadapter<gh_stars>0
#ifndef ADAPTER_H_
#define ADAPTER_H_
#include <string>
#include <vector>
#include <map>
using namespace std;
#define ADAPTER_OK 0
#ifdef WIN_ISESOL
#define ADAPTER_EXPORTS __declspec(dllexport)
#else
#define ADAPTER_EXPORTS
#endif
#ifdef __cplusplus
extern "C" //C++
{
... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libui/ui_notifications.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/NAS/nas_itti_messaging.c | <filename>SRC/NAS/nas_itti_messaging.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this ... |
zhouxiang93123/openair-cn | SRC/UTILS/LFDS/liblfds6.1.1/test/src/test_abstraction.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libbuffers/socket.c | <gh_stars>1-10
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice... |
zhouxiang93123/openair-cn | SRC/UTILS/MSC/msc.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libui/ui_notebook.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/s6a/s6a_in_addr.c | <filename>SRC/OAI_HSS/s6a/s6a_in_addr.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this... |
zhouxiang93123/openair-cn | SRC/TEST/test_secu_kenb.c | <gh_stars>1-10
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* th... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libresolver/resolvers.c | <reponame>zhouxiang93123/openair-cn
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the a... |
zhouxiang93123/openair-cn | SRC/S6A/s6a_dict.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/S1AP/s1ap_mme_itti_messaging.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/SGW/sgw_config.h | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache License... |
zhouxiang93123/openair-cn | SRC/UTILS/LFDS/liblfds6.1.1/liblfds611/src/lfds611_abstraction/lfds611_abstraction_increment.c | <filename>SRC/UTILS/LFDS/liblfds6.1.1/liblfds611/src/lfds611_abstraction/lfds611_abstraction_increment.c<gh_stars>0
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... |
zhouxiang93123/openair-cn | SRC/TEST/oaisim_mme_sctp_test.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libui/ui_interface.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/TEST/oaisim_mme_itti_test.c | <reponame>zhouxiang93123/openair-cn<filename>SRC/TEST/oaisim_mme_itti_test.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInte... |
zhouxiang93123/openair-cn | SRC/NAS/ESM/MSG/PdnConnectivityRequest.h | <gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the A... |
zhouxiang93123/openair-cn | SRC/MME_APP/mme_config.h | <filename>SRC/MME_APP/mme_config.h
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the ab... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/tests/test_security.c | <reponame>zhouxiang93123/openair-cn
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this fil... |
zhouxiang93123/openair-cn | SRC/COMMON/3gpp_24.008.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/S1AP/s1ap_mme_handlers.c | <gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the A... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/auc/kdf.c | <filename>SRC/OAI_HSS/auc/kdf.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libui/ui_filters.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/S1AP/s1ap_mme.c | <filename>SRC/S1AP/s1ap_mme.c<gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses thi... |
zhouxiang93123/openair-cn | SRC/NAS/nas_itti_messaging.h | <reponame>zhouxiang93123/openair-cn
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this fil... |
zhouxiang93123/openair-cn | SRC/NAS/TEST/USER/user_parser.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/NAS/3gpp_24.301.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/UTILS/MSC/msc.c | <filename>SRC/UTILS/MSC/msc.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to Y... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/itti_analyzer.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/NAS/EMM/SAP/EmmDeregisteredInitiated.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/NAS/EMM/SAP/emm_asDef.h | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI/backtrace.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/SGW/pgw_config.h | <reponame>zhouxiang93123/openair-cn
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this fil... |
zhouxiang93123/openair-cn | SRC/TEST/test_mme_app_ue_context.c | #include <check.h>
#include <stdlib.h>
#include <stdint.h>
#include "mme_app_ue_context.h"
#include "3gpp_23.003.h"
#define TEST_CASE_COMMON_CONVERT_MAX 10
START_TEST(imsi_empty_test)
{
mme_app_imsi_t imsi_mme = {.length = 0};
char imsi_str[] = "001012234567890";
/* Check if imsi_mme is empty */
ck_... |
zhouxiang93123/openair-cn | SRC/UTILS/LFDS/liblfds6.1.1/test/src/internal.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/NAS/EMM/emm_data_ctx.c | <reponame>zhouxiang93123/openair-cn
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this fil... |
zhouxiang93123/openair-cn | SRC/GTPV2-C/nwgtpv2c-0.11/test-app/nw-egtping/NwMiniUlpEntity.c | <filename>SRC/GTPV2-C/nwgtpv2c-0.11/test-app/nw-egtping/NwMiniUlpEntity.c
/*----------------------------------------------------------------------------*
* *
M I N I M A L I S T I C U L P E N T I T Y
* ... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libui/ui_main_screen.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libbuffers/buffers.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/TEST/test_secu_knas_encrypt_eea1.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/SGW/sgw_ie_defs.h | <gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the A... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI/signals.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/SECU/nas_stream_eea1.c | <gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the A... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/tests/test_security_f1.c | <filename>SRC/OAI_HSS/tests/test_security_f1.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licens... |
zhouxiang93123/openair-cn | SRC/NAS/TEST/AS_SIMULATOR/nas_process.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libui/ui_tree_view.h | <gh_stars>1-10
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/s6a/s6a_subscription_data.c | <reponame>zhouxiang93123/openair-cn<gh_stars>1-10
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance lic... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/tests/test_kdf.c | <filename>SRC/OAI_HSS/tests/test_kdf.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this ... |
zhouxiang93123/openair-cn | SRC/NAS/ESM/MSG/ActivateDedicatedEpsBearerContextRequest.h | <reponame>zhouxiang93123/openair-cn<filename>SRC/NAS/ESM/MSG/ActivateDedicatedEpsBearerContextRequest.h
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ow... |
zhouxiang93123/openair-cn | SRC/NAS/EMM/TrackingAreaUpdate.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/s6a/s6a_supported_features.h | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/GTPV2-C/nwgtpv2c-0.11/src/NwGtpv2cMsgParser.c | /*----------------------------------------------------------------------------*
* *
n w - g t p v 2 c
G P R S T u n n e l i n g P r o t o c o l v 2 c S t a c k
* ... |
zhouxiang93123/openair-cn | SRC/SECU/nas_stream_eia2.c | <filename>SRC/SECU/nas_stream_eia2.c<gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licen... |
zhouxiang93123/openair-cn | SRC/NAS/TEST/AS_SIMULATOR/as_simulator.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/COMMON/ITTI_ANALYZER/libparser/types.h | <reponame>zhouxiang93123/openair-cn<gh_stars>1-10
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code mus... |
zhouxiang93123/openair-cn | SRC/NAS/ESM/PdnConnectivity.c | <reponame>zhouxiang93123/openair-cn<filename>SRC/NAS/ESM/PdnConnectivity.c
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterf... |
zhouxiang93123/openair-cn | SRC/NAS/MMEprocess.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
zhouxiang93123/openair-cn | SRC/S6A/s6a_task.c | <gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the A... |
zhouxiang93123/openair-cn | SRC/TEST/auth_request.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache License... |
zhouxiang93123/openair-cn | SRC/UTILS/LFDS/liblfds6.1.1/liblfds611/src/lfds611_abstraction/lfds611_abstraction_dcas.c | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/UTILS/LFDS/liblfds6.1.1/liblfds611/src/lfds611_slist/lfds611_slist_internal.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/NAS/API/NETWORK/nas_message.c | <gh_stars>0
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the A... |
zhouxiang93123/openair-cn | SRC/UTILS/HASHTABLE/hashtable.h | /*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... |
zhouxiang93123/openair-cn | SRC/OAI_HSS/tests/test_fd.c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.